update(README): link to cmake-gui, citation ref
This commit is contained in:
parent
b8efdda6a2
commit
4b4344664b
2 changed files with 33 additions and 7 deletions
|
|
@ -828,7 +828,7 @@
|
|||
<font color="#da4939"><b>year</b></font> = {2021},<br>
|
||||
<font color="#da4939"><b>isbn</b></font> = {9781450383516},<br>
|
||||
<font color="#da4939"><b>publisher</b></font> = {Association for Computing Machinery},<br>
|
||||
<font color="#da4939"><b>address</b></font> = {New York, NY, USA},<br>
|
||||
<font color="#da4939"><b>address</b></font> = {Online conference},<br>
|
||||
<font color="#da4939"><b>url</b></font> = {<a href="https://doi.org/10.1145/3449726.3463276},">https://doi.org/10.1145/3449726.3463276},</a><br>
|
||||
<font color="#da4939"><b>booktitle</b></font> = {Proceedings of the Genetic and Evolutionary Computation Conference Companion},<br>
|
||||
<font color="#da4939"><b>pages</b></font> = {1522–1530},<br>
|
||||
|
|
@ -1221,7 +1221,7 @@ undiscovered knowledge.
|
|||
</p>
|
||||
|
||||
<p>There is, however, several build options which you may want to switch.
|
||||
To see them, we recommend the use of a CMake gui, like <code>ccmake</code> or <code>cmake-gui</code>.
|
||||
To see them, we recommend the use of a CMake gui, like <code>ccmake</code> (available through the <code>cmake-curses-gui</code> package in Debian/Ubuntu) or <a href="https://cmake.org/cmake/help/latest/guide/user-interaction/index.html#cmake-gui-tool">cmake-gui</a>.
|
||||
On the command line, you can see the available options with: <code class="command">cmake -LH ..</code>.
|
||||
Those options can be set with the <code>-D<option>=<value></code> argument to cmake.
|
||||
</p>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue