summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2003-12-07 01:46:44 +0000
committerIan C <ianc@noddybox.co.uk>2003-12-07 01:46:44 +0000
commit787bb7625c9abc6b09efbc6bbe004a19d4b96166 (patch)
tree87b38cae639ced0b5a705a3d1e45d977ea419756 /INSTALL
parentf1658930db64af8fecff9c8697592f676114409c (diff)
Made RE compiled once and added memory release
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL7
1 files changed, 4 insertions, 3 deletions
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