• Home
  • History
  • Annotate
  • only in this directory
NameDateSize

..19-Mar-20124

config.sedH A D06-May-20001.3 KiB

configure.batH A D06-May-2000887

configure.sedH A D06-May-20001,010

READMEH A D06-May-2000548

README

1To configure `patch' for DJGPP, issue these commands from the
2`patch' source directory:
3
4	pc\djgpp\configure
5	make
6
7To build `patch' in a directory other than where the sources are,
8add a parameter that specifies the source directory, e.g.:
9
10    e:\src\patch\pc\djgpp\configure e:/src/patch
11
12You MUST use forward slashes to specify the source directory.
13
14Running configure.bat requires a port of `sed'.
15You can find one on the usual DJGPP archive sites.
16
17
18Thanks to Eli Zaretskii <eliz@is.elta.co.il> for
19suggestions and ideas for this DJGPP port.
20