Skip to content

Instantly share code, notes, and snippets.

@kasima
Last active April 10, 2018 07:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kasima/9ddc050cffc1208990c26f64b3d11999 to your computer and use it in GitHub Desktop.
Save kasima/9ddc050cffc1208990c26f64b3d11999 to your computer and use it in GitHub Desktop.
Building solidity 0.4.18 on Mac OS X 10.13 (High Sierra)

Building solidity 0.4.18 on Mac OS X 10.13 (High Sierra)

# check out solidity@0.4.21
git clone https://github.com/ethereum/solidity.git
cd solidity
git checkout v0.4.21

# install deps
./scripts/install_deps.sh

# install correct version of boost
brew uninstall boost
brew install brew install https://raw.githubusercontent.com/Homebrew/homebrew-core/146b36f08b6e466d01e2c9cb9f618efac0bf72fa/Formula/boost.rb

# check out solidity@0.4.18
git checkout v0.4.18

# build solidity
./script/build.sh

🎉?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment