Skip to content
Snippets Groups Projects
Commit 13d79df3 authored by Michael Behrisch's avatar Michael Behrisch
Browse files

speeding up build and adding installation instruction

parent b68ba181
No related branches found
No related tags found
1 merge request!128improving build instructions
...@@ -39,8 +39,9 @@ sudo apt install graphviz doxygen build-essentials ...@@ -39,8 +39,9 @@ sudo apt install graphviz doxygen build-essentials
1. Build via cmake: 1. Build via cmake:
``` ```
cd <path_to_mantle_api> cd <path_to_mantle_api>
cmake -B build -DCMAKE_BUILD_TYPE=Debug cmake -B build -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=$PWD/install
cmake --build build cmake --build build -j
cmake --install build
``` ```
2. Build doc: 2. Build doc:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment