From 666bf8d5ef44953391f4cf08c51175aff3d4dc60 Mon Sep 17 00:00:00 2001 From: Ian C Date: Fri, 20 Aug 2004 01:14:42 +0000 Subject: This commit was generated by cvs2svn to compensate for changes in r2, which included commits to RCS files with non-trunk default branches. --- INSTALL | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 INSTALL (limited to 'INSTALL') 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. -- cgit v1.2.3