N2YGK's aprsdigi 2.0 installation instructions
----------------------------------------------

Alan Crosswell, n2ygk@weca.org

PREREQUISITES:
-------------

1. You must have a Linux 2.2.x kernel with AX.25 and "Packet socket" configured
   (CONFIG_AX25 and CONFIG_PACKET) along with the applicable low-level
   AX.25 drivers (CONFIG_MKISS, CONFIG_BAYCOM*, CONFIG_SOUNDMODEM*, etc.)
   This release of my software has been tested with Linux 2.2 and GNU libc
   2 (glibc) on an Red Hat 5.2 base.

2. You need libax25.a and the corresponding include files.  These are
   part of the ax25-utils-2.1.42a (or later) package WITH MY PATCHES.
   A new ax25-utils for the 2.2 kernel has not yet been released so you
   need to do this stuff.

INSTALLING FROM RPMS:
--------------------

On a Red Hat 5.2 system, the following should work:

  rpm -Uvh ax25-utils-2.1.42a-n2ygk-5.i386.rpm \
	   ax25-utils-devel-2.1.42a-n2ygk-5.i386.rpm \
	   aprsdigi-2.0-1.i386.rpm


INSTALLING FROM SOURCES:
-----------------------

First make sure you have the patched ax25-utils installed:


Then untar and build aprsdigi:

  gunzip -c aprsdigi-2.0.tar.gz | tar xfz -
  cd aprsdigi-2.0
  ./configure
  make
  make install

