forked from aerospaceresearch/lonepseudoranger
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
aerospaceresearch#1 update read.me document
- Loading branch information
Niroshan Ranapathi
authored
Mar 7, 2017
1 parent
324b3a2
commit b9eefa7
Showing
1 changed file
with
8 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,17 @@ | ||
lonepseudoranger | ||
================ | ||
the trilateration software for the Distributed Ground Station Network | ||
The trilateration software for the Distributed Ground Station Network | ||
|
||
##How to build project on Linux? | ||
|
||
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? | ||
##How to build project on Windows? | ||
|
||
A .exe is generated e.g. after execution of the code in the Dev-C++. |