summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>1999-04-21 09:51:03 +0200
committerRalf Baechle <ralf@linux-mips.org>1999-04-21 09:51:03 +0200
commit17287576555a5c46fa23549e2e5f073660dccb70 (patch)
tree08be5f5005dad609a2803758b8b825170f6701cb /INSTALL
Import ax25-tools 0.0.1 from tarballax25-tools-0.0.1
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL18
1 files changed, 18 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
new file mode 100644
index 0000000..e1fab66
--- /dev/null
+++ b/INSTALL
@@ -0,0 +1,18 @@
+Installation Instructions for AX.25 Tools
+=========================================
+
+To make this library you will need the following:
+ glibc2.1
+ A Modern kernel
+ libtool
+ ax25-lib 0.0.2 or better
+
+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'
+