diff options
author | Paweł Bylica <chfast@gmail.com> | 2017-08-22 22:55:54 +0800 |
---|---|---|
committer | Paweł Bylica <chfast@gmail.com> | 2017-08-23 04:50:25 +0800 |
commit | 09628dee8c86e71119884204eb729fe439fb3bad (patch) | |
tree | 165f3398974a3b013fe94d38dd77279f7113811b | |
parent | 388fc983fa5480ec8498c399cf598991c63cfa22 (diff) | |
download | dexon-solidity-09628dee8c86e71119884204eb729fe439fb3bad.tar dexon-solidity-09628dee8c86e71119884204eb729fe439fb3bad.tar.gz dexon-solidity-09628dee8c86e71119884204eb729fe439fb3bad.tar.bz2 dexon-solidity-09628dee8c86e71119884204eb729fe439fb3bad.tar.lz dexon-solidity-09628dee8c86e71119884204eb729fe439fb3bad.tar.xz dexon-solidity-09628dee8c86e71119884204eb729fe439fb3bad.tar.zst dexon-solidity-09628dee8c86e71119884204eb729fe439fb3bad.zip |
docs: Add a note about CMake options
-rw-r--r-- | docs/installing-solidity.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/installing-solidity.rst b/docs/installing-solidity.rst index ddc5c850..782bb606 100644 --- a/docs/installing-solidity.rst +++ b/docs/installing-solidity.rst @@ -230,6 +230,7 @@ Or, on Windows: Command-Line Build ------------------ +Solidity project uses CMake to configure the build. Building Solidity is quite similar on Linux, macOS and other Unices: .. code:: bash @@ -264,6 +265,11 @@ Alternatively, you can build for Windows on the command-line, like so: cmake --build . --config RelWithDebInfo +CMake options +============= + +If you are interested what CMake options are available run ``cmake .. -LH``. + The version string in detail ============================ |