hessu / aprsc

aprsc, a core APRS-IS server
125 stars 40 forks source link

Lack of Developer Documentation #33

Open PhirePhly opened 8 years ago

PhirePhly commented 8 years ago

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

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

fkautz commented 7 years ago

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.