summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2004-08-20 01:14:42 +0000
committerIan C <ianc@noddybox.co.uk>2004-08-20 01:14:42 +0000
commit666bf8d5ef44953391f4cf08c51175aff3d4dc60 (patch)
tree81e6ba41759f42c0c000c21fe21340668ea3c490 /INSTALL
parent3f2564301cf02744e246535a27ff6eed25ff794f (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--INSTALL29
1 files changed, 29 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
new file mode 100644
index 0000000..ed43eea
--- /dev/null
+++ b/INSTALL
@@ -0,0 +1,29 @@
+
+This program does not unfortunately use the configure script, but I have been
+careful to write is as portably as possible to unix and posix-like systems.
+
+To build the software, type the following:
+
+ make depend
+ make
+
+Then copy the int2tap 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 executable. E.g. (using a UNIX-style cc
+compiler as an example):
+
+ cc -o int2tap *.c
+
+
+Documentation
+=============
+
+If required, int2tap.1 can be installed along with the other man pages. If
+this makes no sense to you what-so-ever, just int2tap.txt is the same thing
+in ASCII.