我需要在OSX上重建solc。我遵循http://solidity.readthedocs.org/en/latest/installing-solidity.html,但旧版本仍然与solc -版本。在再次构建solc之前,是否存在删除现有solc的进程?
发布于 2016-03-28 20:22:36
我们真的应该设置一些东西来更新坚固性。我想你指的是从源代码编译的那个。
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添加一个--所有标志。如果你还有什么问题,请告诉我。
https://ethereum.stackexchange.com/questions/2253
复制相似问题