Skip to content
Snippets Groups Projects
Commit 8d8bd4eb authored by Querejeta Lomas, Leire's avatar Querejeta Lomas, Leire
Browse files

how to build

parent 698b0a5b
No related branches found
No related tags found
No related merge requests found
......@@ -33,3 +33,15 @@ sudo apt install graphviz
sudo apt-get install pandoc
sudo apt-get install python3.7
```
# 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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment