home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / MISC / GNU / SED106AS.ZIP / README < prev    next >
Encoding:
Text File  |  1989-01-27  |  455 b   |  11 lines

  1. This is the 'new, improvevd' GNU sed.  Please report all bugs, comments,
  2. requests for features, etc to hack@gnu.ai.mit.edu or hack@wheaties.ai.mit.edu
  3. or hack@media-lab.media.mit.edu or hack@lsrhs.UUCP (ONE of them should work.)
  4.  
  5. To compile sed, use something on the order of
  6. cc -g -I. -o sed sed.c regex.c glob.c
  7. or use the enclosed Makefile
  8. If you don't have vfprintf(), add -DNO_VFPRINTF to the cc command, or
  9. to the CFLAGS in the Makefile.
  10.  
  11.