From 17287576555a5c46fa23549e2e5f073660dccb70 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Wed, 21 Apr 1999 09:51:03 +0200 Subject: Import ax25-tools 0.0.1 from tarball --- INSTALL | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 INSTALL (limited to 'INSTALL') 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' + -- cgit v1.2.3