home *** CD-ROM | disk | FTP | other *** search
/ Mega CD-ROM 1 / megacd_rom_1.zip / megacd_rom_1 / GNUISH / SED106.ZIP / README < prev    next >
Text File  |  1990-09-22  |  869b  |  21 lines

  1. # readme. - GNUish MS-DOS sed                    -*-Text-*-
  2. # Copyright (C) 1990 by Thorsten Ohl, td12@ddagsi3.bitnet
  3.  
  4. To recompile sed for MS-DOS, you will also need the gnulib (obtainable
  5. from the same place where you picked up this file), which contains
  6.  
  7.       * _cwild.c: commandline globbing.
  8.       * glob.c: ported globbing library.
  9.       * regex.[ch]: ported regexp library (is also a more recent version)
  10.       * getopt1?.[ch]: ported getopt.
  11.       * gnulib.h: prototypes for some of the above.
  12.  
  13. Apply the `patches' (using Larry Wall's `patch' program) to
  14. sed version 1.06 from prep.ai.mit.edu.
  15.  
  16. The makefile is for GNU make.  Either get this (the recommended approach),
  17. or make the (quite obvious) changes to make it work with your make.
  18.  
  19. GNU sed is known to compile with Microsoft C, reports of successful
  20. compilation by other compilers are appreciated.
  21.