summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
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