From fffa6fcb4e0e6f5278151bdc37898e9e6bd20dcd Mon Sep 17 00:00:00 2001 From: marprz Date: Wed, 16 Sep 2015 11:17:53 +0100 Subject: [PATCH] Update README.md --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f49dc1c..999bc05 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,12 @@ 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++.