Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 430 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 430 Bytes

lonepseudoranger

The trilateration software for the Distributed Ground Station Network

##How to build project on Linux?

  1. Create folder for the build (e.g. 'build').

  2. Go to this folder and call 'cmake path .' where path is the path to the project.

  3. Call 'make'.

  4. 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++.