aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorRJ Catalano <catalanor0220@gmail.com>2015-12-18 00:31:37 +0800
committerRJ Catalano <catalanor0220@gmail.com>2015-12-18 00:31:37 +0800
commit8edd409c6174e6d7bed5393c360718b686073f76 (patch)
tree8264d3eca3c564d70091c69f475b65e0d671a676 /docs
parent905d55e34f85184d0e549b4b2708eb80b933fa8b (diff)
downloaddexon-solidity-8edd409c6174e6d7bed5393c360718b686073f76.tar
dexon-solidity-8edd409c6174e6d7bed5393c360718b686073f76.tar.gz
dexon-solidity-8edd409c6174e6d7bed5393c360718b686073f76.tar.bz2
dexon-solidity-8edd409c6174e6d7bed5393c360718b686073f76.tar.lz
dexon-solidity-8edd409c6174e6d7bed5393c360718b686073f76.tar.xz
dexon-solidity-8edd409c6174e6d7bed5393c360718b686073f76.tar.zst
dexon-solidity-8edd409c6174e6d7bed5393c360718b686073f76.zip
new doc
Diffstat (limited to 'docs')
-rw-r--r--docs/installing-solidity.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/installing-solidity.rst b/docs/installing-solidity.rst
index 83c7ac18..5f7a413a 100644
--- a/docs/installing-solidity.rst
+++ b/docs/installing-solidity.rst
@@ -115,7 +115,9 @@ 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 # build Solidity
+ ./webthree-helpers/scripts/ethbuild.sh --no-git --project all --cores 4 -DEVMJIT=0 # build Solidity
+ #enabling DEVMJIT on OS X will not build
+ #feel free to enable it on Linux
If you opted to install Alethzero and Mix: