From de22c41214b034c91eb6d84bc8607abb52381168 Mon Sep 17 00:00:00 2001 From: ceriel Date: Mon, 8 Oct 1984 14:24:19 +0000 Subject: [PATCH] Initial revision --- util/LLgen/READ_ME | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 util/LLgen/READ_ME diff --git a/util/LLgen/READ_ME b/util/LLgen/READ_ME new file mode 100644 index 000000000..a9c411bf6 --- /dev/null +++ b/util/LLgen/READ_ME @@ -0,0 +1,17 @@ +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 + make install +- This should do all the work. + +LLgen.1 contains a man-page. -- 2.34.1