home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS 1992 June / SIMTEL_0692.cdr / msdos / gnuish / fgrep11.arc / readme < prev   
Encoding:
Text File  |  1990-09-24  |  1.9 KB  |  44 lines

  1. # readme. - GNUish MS-DOS fgrep                    -*-Text-*-
  2. # Copyright (C) 1990 Free Software Foundation, Inc.
  3. # Copyright (C) 1990 by Thorsten Ohl, td12@ddagsi3.bitnet
  4.  
  5. This is GNU fgrep version 1.1 for MS-DOS.
  6.  
  7. SOURCE CODE
  8.  
  9. Due to space considerations, only the patches relative to the official
  10. GNU source code (with the source code found on prep.ai.mit.edu being
  11. considered "official") and custom-written source code are provided.
  12. In order to re-compile the GNUish MS-DOS project on your computer, you
  13. need to first obtain the official GNU source code.  GNU documentation
  14. (if any) can also be found within the official GNU source code.
  15.  
  16. The Free Software Foundation has set up an anonymous FTP site for GNU
  17. software on prep.ai.mit.edu [18.71.0.38].  The distributions present
  18. on that machine are considered "official" and are the best ones to use
  19. with the GNUish MS-DOS project.
  20.  
  21. In addition, the makefile assumes that you have a copy of the gnulib,
  22. which contains ports of several general purpose (regular expressions,
  23. directory access, filename globbing, etc.) GNU functions for MS-DOS.
  24. You can get it from the same place where you picled up this archive.
  25.  
  26. GNU fgrep is known to compile with Microsoft C Version 5.1 or 6.0.
  27. Reports of successful compilation by other compilers (and the
  28. eventually necessary context diffs) are very much appreciated.
  29.  
  30. Note that the obstacks are *not* working yet with far pointers.  If you
  31. want to use fgrep for larger keyword sets (>40) you need far pointers and
  32. have to use ordinary malloc ().  We hope to fix this in the near future.
  33.  
  34.  
  35. EXECUTABLE CODE
  36.  
  37. For convenience, ready-to-execute binaries are also provided for those
  38. who do not have the necessary compilers, or do not feel like using
  39. them.  User documentation is usually not provided, at least for now,
  40. beyond the documentation provided in the official GNU distribution.
  41.  
  42. Thorsten Ohl
  43. td12@ddagsi3.bitnet
  44.