From 0fceb64d25ff3d9586549bb43d971c5eef904330 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Mon, 7 Jun 1999 10:23:42 +0200 Subject: Import ax25-apps 0.0.1 from tarball --- INSTALL | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 INSTALL (limited to 'INSTALL') diff --git a/INSTALL b/INSTALL new file mode 100644 index 0000000..12c2848 --- /dev/null +++ b/INSTALL @@ -0,0 +1,19 @@ +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.3 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' + + - Craig Small -- cgit v1.2.3