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

Merge branch 'doc/introduction' into 'master'

adds information on listing cmake options

See merge request !111
parents a7ca8e9f ad93597c
No related branches found
No related tags found
1 merge request!111adds information on listing cmake options
Pipeline #207232 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