From 8d8bd4eb64aa22aa78c5a53284000f04e416f101 Mon Sep 17 00:00:00 2001
From: "leire.querejeta" <leire.querejeta@tecnalia.com>
Date: Wed, 21 Sep 2022 11:17:30 +0200
Subject: [PATCH] how to build

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

diff --git a/README.md b/README.md
index ed1839e..9147474 100644
--- a/README.md
+++ b/README.md
@@ -32,4 +32,16 @@ sudo apt-get install doxygen
 sudo apt install graphviz
 sudo apt-get install pandoc
 sudo apt-get install python3.7
-```
\ No newline at end of file
+```
+
+# Build proyect
+
+Follow the steps of the official CMake link to build and configure the proyect if you need [cmake](https://cmake.org/cmake/help/v3.6/manual/cmake.1.html#build-tool-mode). If no custom configurations are need 
+
+Open Command Prompt (Windows) or Terminal (Linux) in the directory into where CMakeLists.txt is placed [src](./src) and run the following command
+
+cmake -B path-to-build
+
+
+
+
-- 
GitLab