Mini-HOWTO
----------

1) Checking dependencies.

Wxwidgets and libfap and their development files are needed for aprsg to
compile. If your OS/distribution doesn't have wxwidgets packed for it, get
it from http://wxwidgets.org/. Base and net toolkits and version >= 2.8.4
are the requirements for aprsg.

The other dependency, libfap, is available at
http://pakettiradio.net/libfap/.

2) Compiling

It is recommended to do this part as an ordinary user, not root.

tar -xvzf aprsg-<version>.tar.gz
cd aprsg-<version>
./configure [--prefix=/opt or other options]
make

If you want to have Linux AX.25 network interface support, add
--with-libax25 parameter when invoking configure.

3) Installing

This step may need root permissions, depending on the installation directory
you chose in the previous step.

make install

4) Configuring and testing

cd <sysconfdir>/aprsg
cp sample.conf.rxonly aprsg.conf
vi aprsg.conf
aprsg

5) Running in backround

aprsg -d
