home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / programming / c / c2man-2.0pl33.lha / c2man-2.0 / pc / README.pc < prev    next >
Encoding:
Text File  |  1995-01-24  |  597 b   |  20 lines

  1. This directory contains sources for compiling c2man for OS/2 and
  2. DOS, using EMX/gcc or Microsoft C. The popen.c routines are adapted
  3. from the versions supplied with GNU awk, and are needed for
  4. executables which run under DOS. The getopt routines (needed for MSC)
  5. are in the libc directory.
  6.  
  7. To install:
  8.  
  9. 1. copy these files to the directory containing the sources for c2man
  10. 2. copy getopt*.* from the libc directory to the c2man directory too
  11. 3. use
  12.     make -f Makefile.pc
  13.    to see a list of targets.
  14.  
  15. This version is still in beta-test.
  16.  
  17. --
  18. Darrel Hankerson hankedr@mail.auburn.edu
  19. 23 August 1993
  20.