diff options
author | Ian C <ianc@noddybox.co.uk> | 2003-12-07 01:46:44 +0000 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2003-12-07 01:46:44 +0000 |
commit | 787bb7625c9abc6b09efbc6bbe004a19d4b96166 (patch) | |
tree | 87b38cae639ced0b5a705a3d1e45d977ea419756 /INSTALL | |
parent | f1658930db64af8fecff9c8697592f676114409c (diff) |
Made RE compiled once and added memory release
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -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 |