Merge pull request #2757 from ethereum/cmake

Static linking
This commit is contained in:
Alex Beregszaszi
2017-08-23 12:36:24 +01:00
committed by GitHub
12 changed files with 64 additions and 194 deletions
+6
View File
@@ -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
============================