| 1 | Copyright (C) 1992, 1997-2002, 2004-2012 Free Software Foundation, Inc.
|
|---|
| 2 |
|
|---|
| 3 | Copying and distribution of this file, with or without modification,
|
|---|
| 4 | are permitted in any medium without royalty provided the copyright
|
|---|
| 5 | notice and this notice are preserved.
|
|---|
| 6 |
|
|---|
| 7 | The development source code is available via Git from Savannah: see
|
|---|
| 8 | <http://git.savannah.gnu.org/cgit/grep.git>. The main project page is at
|
|---|
| 9 | <http://savannah.gnu.org/projects/grep/>.
|
|---|
| 10 |
|
|---|
| 11 | The source code in the Git uses autotools to generate some files. Before
|
|---|
| 12 | following the instructions in the INSTALL file for compiling grep, you
|
|---|
| 13 | need to run the bootstrap script. If you don't have the autotools
|
|---|
| 14 | installed on your system, see README-boot.
|
|---|
| 15 |
|
|---|
| 16 | Test releases are available at <http://alpha.gnu.org/gnu/grep/>.
|
|---|
| 17 |
|
|---|
| 18 | Please submit bug reports to <bug-grep@gnu.org>.
|
|---|
| 19 |
|
|---|
| 20 | If you are interested in the development of GNU grep, you may want to
|
|---|
| 21 | subscribe to the development mailing list. To subscribe, send an email
|
|---|
| 22 | message to <bug-grep-request@gnu.org> with "subscribe" (without the
|
|---|
| 23 | quotation marks) in the subject header field (or in the body) of the
|
|---|
| 24 | email, or visit <http://lists.gnu.org/mailman/listinfo/bug-grep>.
|
|---|
| 25 |
|
|---|
| 26 | To follow development more closely, there is also the grep-commit mailing
|
|---|
| 27 | list to which log entries (one per commit) and diff output (one per
|
|---|
| 28 | modified file) from CVS are automatically sent. To subscribe, send an
|
|---|
| 29 | email message to <grep-commit-request@gnu.org> with "subscribe" (without
|
|---|
| 30 | the quotation marks) in the subject header field (or in the body) of
|
|---|
| 31 | the email, or visit <http://lists.gnu.org/mailman/listinfo/grep-commit>.
|
|---|
| 32 |
|
|---|
| 33 | A web page containing information for GNU grep developers is at
|
|---|
| 34 | <http://www.gnu.org/software/grep/devel.html>.
|
|---|