summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2003-12-04 01:54:55 +0000
committerIan C <ianc@noddybox.co.uk>2003-12-04 01:54:55 +0000
commit8520befe602e9b90d455342068a623f2cf89f631 (patch)
treec180cccf55eac9870101cb564fc28eb8badd698e /INSTALL
parent7d304c66c4870344e9617eb665000183b4f84802 (diff)
This commit was generated by cvs2svn to compensate for changes in r2,
which included commits to RCS files with non-trunk default branches.
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL22
1 files changed, 22 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
new file mode 100644
index 0000000..5674bb7
--- /dev/null
+++ b/INSTALL
@@ -0,0 +1,22 @@
+
+This program does not unfortunately use the configure script, but I have been
+careful to write is as portably as possible to unix systems.
+
+To build the software, type the following:
+
+ cd src
+ make depend
+ make
+
+Then copy the kbs executable wherever you want.
+
+
+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):
+
+ cd src
+ cc -o casm *.c