/[grep]/grep/README.DOS
ViewVC logotype

Diff of /grep/README.DOS

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by bero, Wed Jan 23 09:48:12 2002 UTC revision 1.2 by charles_levert, Tue Nov 8 21:35:33 2005 UTC
# Line 1  Line 1 
1  GREP DJGPP README  GREP DJGPP README
2  =================  =================
3    
4  To compile the Grep package with DJGPP tools, you will need the  To compile the GNU grep package with DJGPP tools, you will need the
5  following tools (the names of the archives on DJGPP ftp sites where  following tools (the names of the archives on DJGPP ftp sites where
6  these tools are available are in parentheses):  these tools are available are in parentheses):
7    
# Line 20  these tools are available are in parenth Line 20  these tools are available are in parenth
20            -  GNU Fileutils (v2gnu/filNNNb.zip), Textutils            -  GNU Fileutils (v2gnu/filNNNb.zip), Textutils
21               (v2gnu/txtNNNb.zip) and Diffutils (v2gnu/difNNNb.zip).               (v2gnu/txtNNNb.zip) and Diffutils (v2gnu/difNNNb.zip).
22    
23            -  A (previous version of) GNU Grep (v2gnu/grepNNb.zip).            -  A (previous version of) GNU grep (v2gnu/grepNNb.zip).
24    
25  Running the tests ("make check" in the top-level directory)  Running the tests ("make check" in the top-level directory)
26  additionally requires Gawk (v2gnu/gwkNNNb.zip).  TAGS and ID targets  additionally requires Gawk (v2gnu/gwkNNNb.zip).  TAGS and ID targets
# Line 29  ID-utils, v2gnu/iduNNb.zip), respectivel Line 29  ID-utils, v2gnu/iduNNb.zip), respectivel
29    
30  All of these tools are available from the DJGPP archive sites.  All of these tools are available from the DJGPP archive sites.
31    
32  To build Grep:  To build grep:
33            sh autogen.sh            sh autogen.sh
34        sh configure        sh configure
35            make            make
# Line 39  Source distributions on DJGPP sites usua Line 39  Source distributions on DJGPP sites usua
39  all you need to do in order to build the programs is to say "make".  all you need to do in order to build the programs is to say "make".
40  However, source distributions on GNU ftp sites, like ftp.gnu.org,  However, source distributions on GNU ftp sites, like ftp.gnu.org,
41  need to be configured by running sh configure.  You will also need  need to be configured by running sh configure.  You will also need
42  to run it if you need to configure Grep differently than for the  to run it if you need to configure grep differently than for the
43  default configuration, for example if you want to install the programs  default configuration, for example if you want to install the programs
44  in a directory other than the bin subdirectory of your DJGPP  in a directory other than the bin subdirectory of your DJGPP
45  installation.  installation.
# Line 53  appropriate directories, or say "make in Line 53  appropriate directories, or say "make in
53  "make clean" or "make distclean".  "make clean" or "make distclean".
54    
55  Please note the -u and -U options that specifically target MS-DOS and  Please note the -u and -U options that specifically target MS-DOS and
56  MS-Windows environments.  They are described in the Grep man page in  MS-Windows environments.  They are described in the grep man page in
57  this distribution.  this distribution.
58    
59  National Language Support doesn't work in this port, so don't expect  National Language Support doesn't work in this port, so don't expect

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26