The trilateration software for the Distributed Ground Station Network
##How to build project on Linux?
-
Create folder for the build (e.g. 'build').
-
Go to this folder and call 'cmake path .' where path is the path to the project.
-
Call 'make'.
-
Application is ready to use.
##How to build project on Windows?
A .exe is generated e.g. after execution of the code in the Dev-C++.