-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update to solc 0.4.24 #12
Conversation
…ones from https://github.com/ethereum/solidity/releases that provides a solc-static-linux and windows binaries.
What is the purpose of removing some files from scripts? |
Fixes #10 |
The files in scripts were used to compile solc for windows and linux. Since the binaries are now downloaded from https://solidity.readthedocs.io/en/latest/installing-solidity.html#binary-packages within the gradle build process, they are not needed anymore. So I removed them. The version numbers are updated in README.md in this pull request. |
Ah, yes. Sorry. |
Alright, now keeping the old scripts and explaining in the instructions why this directory is there. |
Thanks for your awesome work! |
Both 0.4.23 and 0.4.24 not working for me on Mac, while 0.4.19 is ok |
I just noticed the same thing. A friend of mine that has a Mac and did not compile solc on his machine, reported that its missing the libz3 library. It seems that the binaries on Mac are not statically linked. I don't think that solidity will provide a Mac binary soon: ethereum/solidity#3168. Thus, keeping up with new releases will be a pain for those who don't have a Mac. |
Also removed manual compiling and using binaries from https://github.com/ethereum/solidity/releases.