mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
docs: Add a note about CMake options
This commit is contained in:
parent
388fc983fa
commit
09628dee8c
@ -230,6 +230,7 @@ Or, on Windows:
|
|||||||
Command-Line Build
|
Command-Line Build
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
|
Solidity project uses CMake to configure the build.
|
||||||
Building Solidity is quite similar on Linux, macOS and other Unices:
|
Building Solidity is quite similar on Linux, macOS and other Unices:
|
||||||
|
|
||||||
.. code:: bash
|
.. code:: bash
|
||||||
@ -264,6 +265,11 @@ Alternatively, you can build for Windows on the command-line, like so:
|
|||||||
|
|
||||||
cmake --build . --config RelWithDebInfo
|
cmake --build . --config RelWithDebInfo
|
||||||
|
|
||||||
|
CMake options
|
||||||
|
=============
|
||||||
|
|
||||||
|
If you are interested what CMake options are available run ``cmake .. -LH``.
|
||||||
|
|
||||||
The version string in detail
|
The version string in detail
|
||||||
============================
|
============================
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user