hessu/aprsc

Lack of Developer Documentation

Opened this issue · 1 comments

Building aprsc and the test suite depend on you having the following installed:

  • libevent-dev
  • libjson-xs-perl

Running tests requires that you:
cd src
./configre
make
make testinstall
cd ../tests
make test

#39 was merged which added a make test that can be ran from src/ that will instantiate a build, testinstall and test. Documentation should probably be added describing aprsc's dependencies.