aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorchriseth <c@ethdev.com>2015-12-18 04:06:12 +0800
committerchriseth <c@ethdev.com>2015-12-18 04:06:12 +0800
commitfe23cc82263c75f34e05795e12fedb08bc14e6a4 (patch)
treea89c0a2cc2f83fb899c6444a5c2eeb1ffdaa909a
parent1cde6f9d1687db2ca231ec4122c60789764fa98e (diff)
parent96854548f8131d3c83cf41600b00f203541aa37f (diff)
downloaddexon-solidity-fe23cc82263c75f34e05795e12fedb08bc14e6a4.tar
dexon-solidity-fe23cc82263c75f34e05795e12fedb08bc14e6a4.tar.gz
dexon-solidity-fe23cc82263c75f34e05795e12fedb08bc14e6a4.tar.bz2
dexon-solidity-fe23cc82263c75f34e05795e12fedb08bc14e6a4.tar.lz
dexon-solidity-fe23cc82263c75f34e05795e12fedb08bc14e6a4.tar.xz
dexon-solidity-fe23cc82263c75f34e05795e12fedb08bc14e6a4.tar.zst
dexon-solidity-fe23cc82263c75f34e05795e12fedb08bc14e6a4.zip
Merge pull request #307 from VoR0220/develop
OS X specific doc changes for those with trouble building from source
-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 efb0f106..25690eca 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 -EVMJIT=0 --cores 4 # 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
If you opted to install Alethzero and Mix: