diff options
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 |