home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / Tools / linuxdoc-sgml-1.1 / sgmls-1.1 / INSTALL < prev    next >
Encoding:
Text File  |  1995-05-03  |  1.2 KB  |  57 lines

  1. This file describes how to install sgmls.
  2.  
  3. UNIX
  4. ----
  5.  
  6. Look at the Makefile and edit it if necessary.
  7.  
  8. Do `make config.h'.  This runs a shell script that generates an
  9. appropriate config.h file from unix.cfg.  If this works, have a look
  10. at config.h and make sure it's correct.  (In particular you might want
  11. to change the definition of DEFAULT_PATH.)  If this doesn't work, copy
  12. unix.cfg to config.h, and then edit config.h yourself; please also
  13. tell me what went wrong.
  14.  
  15. Do `make'.
  16.  
  17. If you like, do `make test' to run some tests.
  18.  
  19. Do `make install' to install the binaries.
  20.  
  21. If you like, do `make install.man' to install the man pages.
  22.  
  23. MS-DOS with Borland C++ 2.0
  24. ---------------------------
  25.  
  26. Rename makefile to makefile.ux and then rename makefile.bcc to
  27. makefile.
  28.  
  29. Copy dos.cfg to config.h.
  30.  
  31. Look at config.h and makefile and edit them if you want.
  32.  
  33. Do `make -S'.
  34.  
  35. vCopy sgmls.exe and sgmlsasp.exe to a directory that's on your path.
  36.  
  37. VAX/VMS
  38. -------
  39.  
  40. Copy vms.cfg to config.h.
  41.  
  42. Look at Makefile.vms and config.h and edit them if you want.
  43.  
  44. Use the script in Makefile.vms to build sgmls and sgmlsasp.
  45.  
  46. VM/CMS
  47. ------
  48.  
  49. [This configuration is untested.]
  50.  
  51. Copy cms.cfg to config.h.
  52.  
  53. Use Makefile.cms to build sgmls and sgmlsasp.
  54.  
  55. James Clark
  56. jjc@jclark.com
  57.