Blame sgmls-1.1/INSTALL

Packit 9741aa
This file describes how to install sgmls.
Packit 9741aa
Packit 9741aa
UNIX
Packit 9741aa
----
Packit 9741aa
Packit 9741aa
Look at the Makefile and edit it if necessary.
Packit 9741aa
Packit 9741aa
Do `make config.h'.  This runs a shell script that generates an
Packit 9741aa
appropriate config.h file from unix.cfg.  If this works, have a look
Packit 9741aa
at config.h and make sure it's correct.  (In particular you might want
Packit 9741aa
to change the definition of DEFAULT_PATH.)  If this doesn't work, copy
Packit 9741aa
unix.cfg to config.h, and then edit config.h yourself; please also
Packit 9741aa
tell me what went wrong.
Packit 9741aa
Packit 9741aa
Do `make'.
Packit 9741aa
Packit 9741aa
If you like, do `make test' to run some tests.
Packit 9741aa
Packit 9741aa
Do `make install' to install the binaries.
Packit 9741aa
Packit 9741aa
If you like, do `make install.man' to install the man pages.
Packit 9741aa
Packit 9741aa
MS-DOS with Borland C++ 2.0
Packit 9741aa
---------------------------
Packit 9741aa
Packit 9741aa
Rename makefile to makefile.ux and then rename makefile.bcc to
Packit 9741aa
makefile.
Packit 9741aa
Packit 9741aa
Copy dos.cfg to config.h.
Packit 9741aa
Packit 9741aa
Look at config.h and makefile and edit them if you want.
Packit 9741aa
Packit 9741aa
Do `make -S'.
Packit 9741aa
Packit 9741aa
vCopy sgmls.exe and sgmlsasp.exe to a directory that's on your path.
Packit 9741aa
Packit 9741aa
VAX/VMS
Packit 9741aa
-------
Packit 9741aa
Packit 9741aa
Copy vms.cfg to config.h.
Packit 9741aa
Packit 9741aa
Look at Makefile.vms and config.h and edit them if you want.
Packit 9741aa
Packit 9741aa
Use the script in Makefile.vms to build sgmls and sgmlsasp.
Packit 9741aa
Packit 9741aa
VM/CMS
Packit 9741aa
------
Packit 9741aa
Packit 9741aa
[This configuration is untested.]
Packit 9741aa
Packit 9741aa
Copy cms.cfg to config.h.
Packit 9741aa
Packit 9741aa
Use Makefile.cms to build sgmls and sgmlsasp.
Packit 9741aa
Packit 9741aa
James Clark
Packit 9741aa
jjc@jclark.com