Solidity

如何在 Mac OSX 上重建 solc?

  • March 28, 2016

我需要在 OSX 上重建 solc。我關注了http://solidity.readthedocs.org/en/latest/installing-solidity.html但舊版本仍然存在 solc –version。是否有在重新建構之前刪除現有 solc 的過程?

我們真的應該採取一些措施來更新solidity。我假設您的意思是從原始碼編譯的那個。

cd webthree-umbrella
./webthree-helpers/scripts/ethupdate.sh --no-push --simple-pull --project solidity
./webthree-helpers/scripts/ethbuild.sh --no-git --project solidity --cores 4 -DEVMJIT=0

如果您還想更新 Mix 和 Alethzero,請在項目後的 build.sh 中添加 –all 標誌。如果您對 Solidity gitter 有任何問題,請告訴我。

引用自:https://ethereum.stackexchange.com/questions/2253