Installation Instructions for AX.25 Tools
=========================================

To make these programs you will need the following:
	glibc2.1 (Debian 2.1.1-5 or RedHat glibc-2.1.2-3) or glibc2.2
	A Modern kernel (2.2.x or 2.4.x) with AX.25-patch applied
	libtool
	ax25-lib 0.0.5 or better
	zlib

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 
	./configure --prefix=/usr  --sysconfdir=/etc --localstatedir=/var
	make
	make install

To install example configuration files type
	make installconf

The configure script will detect automatically whether compiling for the
original or the new AX.25 release. The binaries, however, are not
interchangeable.

  - Craig Small <csmall@small.dropbear.id.au>
  - Jens David <dg1kjd@afthd.tu-darmstadt.de>
