home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / mth_31a.zip / INSTALL next >
Text File  |  1993-09-14  |  2KB  |  47 lines

  1. Installation Instructions for mthreads 3.0:
  2.  
  3. 1)  Run Configure.  This will figure out various things about your system.
  4.     Some things Configure will figure out for itself, other things it will
  5.     ask you about.  It will then proceed to make config.h, config.sh, the
  6.     Makefile, and a few shell scripts.  You might possibly have to trim
  7.     # comments from the front of Configure if your sh doesn't handle them,
  8.     but all other # comments will be taken care of.
  9.  
  10. 2)  Glance through config.h and common.h to make sure system dependencies
  11.     are correct.  Most of them should have been taken care of by running
  12.     the Configure script.
  13.  
  14.     If you have any additional changes to make to the C definitions, they
  15.     can be done in the Makefile, in config.h, or in common.h.
  16.  
  17. 3)  make
  18.  
  19.     This will attempt to make mthreads in the current directory.
  20.  
  21. 4)  make install
  22.  
  23.     This will put mthreads and its support files into the directory
  24.     of your choosing.  It also tries to put the mthreads man page in
  25.     a reasonable place.
  26.  
  27. 5)  Read the manual entry before running mthreads to familiarize yourself
  28.     with its operation and options.
  29.  
  30. 6)  IMPORTANT!  Help save the world!  Communicate any problems and suggested
  31.     patches to Wayne Davison <davison@borland.com> so we can keep the world
  32.     in sync.  If you have a problem, there's someone else out there who
  33.     either has had or will have the same problem.
  34.  
  35.     If possible, send in patches such that the patch program will apply them.
  36.     Unified or regular context diffs are the best, then normal diffs.  Don't
  37.     send ed scripts--I've probably changed my copy since the version you have.
  38.  
  39.     Watch for mthreads patches in news.software.readers.  Patches will be
  40.     in the unified context diff format, for application by the patch program.
  41.     If you don't have a patch program that handles unified context diffs,
  42.     you'll probably want to get one (such as patch version 12g8).  Otherwise,
  43.     you can use the (included) filter "unipatch", which can be generated with
  44.     the command "make unipatch".  To apply patches, use the command:
  45.  
  46.     unipatch <patchfile | patch -p
  47.