From 8edd409c6174e6d7bed5393c360718b686073f76 Mon Sep 17 00:00:00 2001 From: RJ Catalano Date: Thu, 17 Dec 2015 10:31:37 -0600 Subject: [PATCH 1/3] new doc --- docs/installing-solidity.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/installing-solidity.rst b/docs/installing-solidity.rst index 83c7ac18e..5f7a413ac 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: From 14c7ceef28504507bbbecd378101f1b9e2c9f9e4 Mon Sep 17 00:00:00 2001 From: RJ Date: Thu, 17 Dec 2015 10:36:31 -0600 Subject: [PATCH 2/3] Update installing-solidity.rst --- docs/installing-solidity.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installing-solidity.rst b/docs/installing-solidity.rst index 5f7a413ac..61d5827d7 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 From 96854548f8131d3c83cf41600b00f203541aa37f Mon Sep 17 00:00:00 2001 From: RJ Date: Thu, 17 Dec 2015 12:55:51 -0600 Subject: [PATCH 3/3] Update installing-solidity.rst --- docs/installing-solidity.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installing-solidity.rst b/docs/installing-solidity.rst index 61d5827d7..25690eca3 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 solidity all --cores 4 -DEVMJIT=0 # build Solidity and others + ./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