summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL17
1 files changed, 16 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
index 2d3d5e9..cd2bcbe 100644
--- a/INSTALL
+++ b/INSTALL
@@ -6,6 +6,7 @@ To make this library you will need the following:
A Modern kernel
libtool
ax25-lib 0.0.3 or better
+ zlib
To build it you type:
./configure
@@ -14,6 +15,20 @@ 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'
+ ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+ make
+ make install
+
+To install example configuration files type
+ make installconf
+
+
+While the configure script attempts to detect broken header files, it may
+be that some slip through. You can try to use the other header files by
+editing config.h and changing the relevant lines to:
+
+#undef HAVE_NETAX25_AX25_H
+#undef HAVE_NETROM_NETROM_H
+#undef HAVE_NETROSE_ROSE_H
- Craig Small <csmall@small.dropbear.id.au>