aboutsummaryrefslogtreecommitdiffstats
path: root/docs/installing-solidity.rst
diff options
context:
space:
mode:
authorRJ <catalanor0220@gmail.com>2015-12-18 00:36:31 +0800
committerRJ <catalanor0220@gmail.com>2015-12-18 00:36:31 +0800
commit14c7ceef28504507bbbecd378101f1b9e2c9f9e4 (patch)
treef41fd9e680ed2f3fc2f56f9674a953287ea41a33 /docs/installing-solidity.rst
parent2bd573ad6fe1ac60db027a533f763d7cf7645d28 (diff)
downloaddexon-solidity-14c7ceef28504507bbbecd378101f1b9e2c9f9e4.tar
dexon-solidity-14c7ceef28504507bbbecd378101f1b9e2c9f9e4.tar.gz
dexon-solidity-14c7ceef28504507bbbecd378101f1b9e2c9f9e4.tar.bz2
dexon-solidity-14c7ceef28504507bbbecd378101f1b9e2c9f9e4.tar.lz
dexon-solidity-14c7ceef28504507bbbecd378101f1b9e2c9f9e4.tar.xz
dexon-solidity-14c7ceef28504507bbbecd378101f1b9e2c9f9e4.tar.zst
dexon-solidity-14c7ceef28504507bbbecd378101f1b9e2c9f9e4.zip
Update installing-solidity.rst
Diffstat (limited to 'docs/installing-solidity.rst')
-rw-r--r--docs/installing-solidity.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/installing-solidity.rst b/docs/installing-solidity.rst
index 5f7a413a..61d5827d 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 all --cores 4 -DEVMJIT=0 # build Solidity
+ ./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