Skip to content
Snippets Groups Projects
Commit ad93597c authored by Cristian Lalescu's avatar Cristian Lalescu
Browse files

adds information on listing cmake options

parent a7ca8e9f
No related branches found
No related tags found
1 merge request!111adds information on listing cmake options
Pipeline #207207 passed
......@@ -264,13 +264,24 @@ equal to :code:`<TURTLE_DIR>`.
5.
Finally, we are ready to install TurTLE. Within the build folder, execute
TurTLE may now be compiled and installed.
Within the build folder, execute
.. code:: bash
source bash_setup_for_TurTLE.sh
cmake .. -DCMAKE_INSTALL_PREFIX=<TURTLE_DIR>
Default compilation options will typically be inadequate for
specific users, it is recommended to adapt them as needed.
To this end you may use `ccmake`, or at a minimum append the desired
options to the `cmake` call given above.
To list the options, you may use
.. code:: bash
cmake .. -LH
Then compile TurTLE with :code:`<N>` cores using
.. code:: bash
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment