mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #307 from VoR0220/develop
OS X specific doc changes for those with trouble building from source
This commit is contained in:
commit
fe23cc8226
@ -115,7 +115,9 @@ they relate only to Alethzero and Mix
|
|||||||
git clone --recursive https://github.com/ethereum/webthree-umbrella.git
|
git clone --recursive https://github.com/ethereum/webthree-umbrella.git
|
||||||
cd webthree-umbrella
|
cd webthree-umbrella
|
||||||
./webthree-helpers/scripts/ethupdate.sh --no-push --simple-pull --project solidity # update Solidity repo
|
./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:
|
If you opted to install Alethzero and Mix:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user