From cb3f55d97b68033a195d38581815c9857ef2227e Mon Sep 17 00:00:00 2001
From: Javier Laplaza Galindo <jlaplaza@iri.upc.edu>
Date: Wed, 22 May 2019 16:49:24 +0200
Subject: [PATCH] Update README.md

---
 README.md | 15 ++++++++++++++-
 1 file changed, 14 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 365c9c3..0836122 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,17 @@
 # Installation
 
 Download the last RTKLIB version [http://www.rtklib.com/](url)
-an save it in your home directory (/home/user-name).
\ No newline at end of file
+an save it in your home directory (/home/user-name).
+
+Create a directory to build all the source files:
+```
+$ mkdir build
+$ cd build
+```
+
+Compile the source files:
+
+```
+$ cmake ..
+$ make
+```
\ No newline at end of file
-- 
GitLab