aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorRJ <catalanor0220@gmail.com>2015-12-10 04:04:06 +0800
committerRJ <catalanor0220@gmail.com>2015-12-10 04:04:06 +0800
commit2385f2ffbc4350f1021b1aed6089861fb6261180 (patch)
tree6f027c7aed7e27bcb7edff2fd9ab993510f4b7a3 /docs
parentdfea21209e991cc9f65d4d54c4665d234dadb081 (diff)
downloaddexon-solidity-2385f2ffbc4350f1021b1aed6089861fb6261180.tar.gz
dexon-solidity-2385f2ffbc4350f1021b1aed6089861fb6261180.tar.zst
dexon-solidity-2385f2ffbc4350f1021b1aed6089861fb6261180.zip
Update for_Ze_Devs.md
Diffstat (limited to 'docs')
-rw-r--r--docs/for_Ze_Devs.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/for_Ze_Devs.md b/docs/for_Ze_Devs.md
index e5feff23..75701786 100644
--- a/docs/for_Ze_Devs.md
+++ b/docs/for_Ze_Devs.md
@@ -10,14 +10,14 @@
brew update
brew install boost --c++11 # this takes a while
brew install cmake qt5 cryptopp miniupnpc leveldb gmp libmicrohttpd libjson-rpc-cpp
-brew install llvm --HEAD --with-clang
+brew install llvm --HEAD --with-clang #only required if you plan on using DEVMJIT
```
# Clone source repo and run this script
```
git clone --recursive https://github.com/ethereum/webthree-umbrella.git
webthree-helpers/scripts/ethupdate.sh --no-push --simple-pull --project solidity #update solidity repo
-./webthree-helpers/scripts/ethbuild.sh --no-git --build-type Debug --project solidity --all --cores 4 -DFATDB=0 -DEVMJIT=0 -DETHASHCL=0 #install solidity
+./webthree-helpers/scripts/ethbuild.sh --no-git --build-type Debug --project solidity --all --cores 4 -DFATDB=0 -DEVMJIT=0 -DETHASHCL=0 #install solidity
```
# Bringing it all together