aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorRJ Catalano <rj@monax.io>2017-02-03 08:00:46 +0800
committerRJ Catalano <rj@monax.io>2017-02-03 08:54:47 +0800
commitf50caa967c8cf0f2fa2688350f91dae3ef836c80 (patch)
treea3a57c7ff4c6aae22008b09e98ca2d61d1397205 /docs
parent5ce79609a42d3361122833047d497c07c8c36980 (diff)
downloaddexon-solidity-f50caa967c8cf0f2fa2688350f91dae3ef836c80.tar
dexon-solidity-f50caa967c8cf0f2fa2688350f91dae3ef836c80.tar.gz
dexon-solidity-f50caa967c8cf0f2fa2688350f91dae3ef836c80.tar.bz2
dexon-solidity-f50caa967c8cf0f2fa2688350f91dae3ef836c80.tar.lz
dexon-solidity-f50caa967c8cf0f2fa2688350f91dae3ef836c80.tar.xz
dexon-solidity-f50caa967c8cf0f2fa2688350f91dae3ef836c80.tar.zst
dexon-solidity-f50caa967c8cf0f2fa2688350f91dae3ef836c80.zip
implement a build script
Signed-off-by: RJ Catalano <rj@monax.io>
Diffstat (limited to 'docs')
-rw-r--r--docs/installing-solidity.rst10
1 files changed, 8 insertions, 2 deletions
diff --git a/docs/installing-solidity.rst b/docs/installing-solidity.rst
index 66e8038f..bedf62ea 100644
--- a/docs/installing-solidity.rst
+++ b/docs/installing-solidity.rst
@@ -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. \ No newline at end of file