ack/util/LLgen/READ_ME

20 lines
545 B
Plaintext
Raw Normal View History

1994-06-24 11:31:16 +00:00
$Id$
1984-10-08 16:21:03 +00:00
1984-10-08 14:24:19 +00:00
To install LLgen, proceed as follows:
- create a directory to put the libraryfiles in, f.i.
/usr/local/lib/LLgen
- cd to the src directory
- adapt the file machdep.c, should be easy
- adapt the Makefile, changing the options to the C-compiler if
necessary.
- change back to this directory
- edit the Makefile. LIBDIR should be set to the directory for the
library files, INSTALLDIR should be set to the directory where LLgen
is to be put.
- now type
1991-01-04 15:01:59 +00:00
make firstinstall
1984-10-08 14:24:19 +00:00
- This should do all the work.
LLgen.1 contains a man-page.