summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL17
1 files changed, 17 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
new file mode 100644
index 0000000..df16c5d
--- /dev/null
+++ b/INSTALL
@@ -0,0 +1,17 @@
+Installation Instructions for AX.25 Library
+===========================================
+
+To make this library you will need the following:
+ glibc2.1
+ A Modern kernel
+ libtool
+
+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
+type 'make install prefix=/usr sysconfdir=/etc'
+