From 787bb7625c9abc6b09efbc6bbe004a19d4b96166 Mon Sep 17 00:00:00 2001 From: Ian C Date: Sun, 7 Dec 2003 01:46:44 +0000 Subject: Made RE compiled once and added memory release --- INSTALL | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'INSTALL') diff --git a/INSTALL b/INSTALL index 5674bb7..c0b1b86 100644 --- a/INSTALL +++ b/INSTALL @@ -8,15 +8,16 @@ To build the software, type the following: make depend make -Then copy the kbs executable wherever you want. +Then copy the kbs executable wherever you want (sorry there is no install, +but it does only generate one executable and no other dependencies). Other or broken systems ======================= If the Makefile is not usable on your system, you simply need to compile all -the .c files and produce a single kbs object. E.g. (using the cc command -as an example): +the .c files and produce a single kbs executable. E.g. (using a UNIX-style cc +compiler as an example): cd src cc -o casm *.c -- cgit v1.2.3