summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>1999-07-08 06:46:27 +0200
committerRalf Baechle <ralf@linux-mips.org>1999-07-08 06:46:27 +0200
commitaa112083f850e1b6c5c6ed9c9e59a568ff66a000 (patch)
tree502aef09a8016112f1e094a07d68d545ac65b80f /INSTALL
parent0fceb64d25ff3d9586549bb43d971c5eef904330 (diff)
Import ax25-apps 0.0.2 from tarballax25-apps-0.0.2
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL7
1 files changed, 5 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index 12c2848..fa9ffc1 100644
--- a/INSTALL
+++ b/INSTALL
@@ -5,7 +5,7 @@ To make this library you will need the following:
glibc2.1
A Modern kernel
libtool
- ax25-lib 0.0.3 or better
+ libax25 0.0.5 or better
To build it you type:
./configure
@@ -14,6 +14,9 @@ To build it you type:
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
-type 'make install prefix=/usr'
+type 'make install --prefix=/usr --sysconfdir=/etc --localstatedir=/var'
+
+To install the example configuration files type
+ make installconf
- Craig Small <csmall@small.dropbear.id.au>