summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL24
1 files changed, 0 insertions, 24 deletions
diff --git a/INSTALL b/INSTALL
deleted file mode 100644
index 450fecc..0000000
--- a/INSTALL
+++ /dev/null
@@ -1,24 +0,0 @@
-Installation Instructions for AX.25 Tools
-=========================================
-
-To make this package you will need the following:
- glibc2.1 (Debian 2.1.1-5 or RedHat glibc-2.1.2-3)
- A Modern kernel, 2.2.x with optional new-AX25-patch (DG2FEF / DG1KJD)
- libtool
- libax25 0.0.5 or better Best to use 0.0.7
-
-To build it you type:
- ./configure
- make
- make install
-
-By default, it will install the files in /usr/local. To change this
-so that binaries go in /usr and the conf files go in /etc
- ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
- make
- make install
-
-To install the example configuration files type
- make installconf
-
- - Craig Small <csmall@small.dropbear.id.au>