READ_ME 544 B

12345678910111213141516171819
  1. $Header$
  2. To install LLgen, proceed as follows:
  3. - create a directory to put the libraryfiles in, f.i.
  4. /usr/local/lib/LLgen
  5. - cd to the src directory
  6. - adapt the file machdep.c, should be easy
  7. - adapt the Makefile, changing the options to the C-compiler if
  8. necessary.
  9. - change back to this directory
  10. - edit the Makefile. LIBDIR should be set to the directory for the
  11. library files, INSTALLDIR should be set to the directory where LLgen
  12. is to be put.
  13. - now type
  14. make install
  15. - This should do all the work.
  16. LLgen.1 contains a man-page.