diff options
author | RJ <catalanor0220@gmail.com> | 2015-12-18 02:55:51 +0800 |
---|---|---|
committer | RJ <catalanor0220@gmail.com> | 2015-12-18 02:55:51 +0800 |
commit | 96854548f8131d3c83cf41600b00f203541aa37f (patch) | |
tree | a89c0a2cc2f83fb899c6444a5c2eeb1ffdaa909a /docs | |
parent | 14c7ceef28504507bbbecd378101f1b9e2c9f9e4 (diff) | |
download | dexon-solidity-96854548f8131d3c83cf41600b00f203541aa37f.tar.gz dexon-solidity-96854548f8131d3c83cf41600b00f203541aa37f.tar.zst dexon-solidity-96854548f8131d3c83cf41600b00f203541aa37f.zip |
Update installing-solidity.rst
Diffstat (limited to 'docs')
-rw-r--r-- | docs/installing-solidity.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/installing-solidity.rst b/docs/installing-solidity.rst index 61d5827d..25690eca 100644 --- a/docs/installing-solidity.rst +++ b/docs/installing-solidity.rst @@ -115,7 +115,7 @@ they relate only to Alethzero and Mix git clone --recursive https://github.com/ethereum/webthree-umbrella.git cd webthree-umbrella ./webthree-helpers/scripts/ethupdate.sh --no-push --simple-pull --project solidity # update Solidity repo - ./webthree-helpers/scripts/ethbuild.sh --no-git --project solidity all --cores 4 -DEVMJIT=0 # build Solidity and others + ./webthree-helpers/scripts/ethbuild.sh --no-git --project solidity --all --cores 4 -DEVMJIT=0 # build Solidity and others #enabling DEVMJIT on OS X will not build #feel free to enable it on Linux |