implement a build script

Signed-off-by: RJ Catalano <rj@monax.io>
This commit is contained in:
RJ Catalano
2017-02-02 18:54:47 -06:00
parent 5ce79609a4
commit f50caa967c
3 changed files with 26 additions and 7 deletions
+8 -2
View File
@@ -198,7 +198,13 @@ Building Solidity is quite similar on Linux, macOS and other Unices:
cd build
cmake .. && make
And even on Windows:
or even easier:
.. code:: bash
./scripts/build.sh
And even for Windows:
.. code:: bash
@@ -251,4 +257,4 @@ Example:
3. a breaking change is introduced - version is bumped to 0.5.0
4. the 0.5.0 release is made
This behaviour works well with the version pragma.
This behaviour works well with the version pragma.