-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
Need instructions on how to build just a specific version of solidity compiler #367
Comments
OS X El Capitan. |
Did you follow this guide here: https://solidity.readthedocs.org/en/latest/installing-solidity.html#building-from-source If building does not work, you can always use the emscripten platform: |
Our contracts are in multiple .sol files and are deployed in a specific order. The build instructions you pasted are breaking (see error message above) |
If you use
as in the website given above, it should not even process the evmjit folder. |
I even added some support to create xcode project for solidity on Mac OSX. IIRC, it's |
wait... @guanqun , does that put the compiler in Solidity to be worked on? Along with the build scripts? Having a debugger might be nice....even if it is Xcode. |
@VoR0220 I'm not sure about your "put the compiler in Solidity to be worked on?" Sorry. That line I put there lets cmake generate a xcode project and therefore we can use xcode to compile and debug the solidity compiler. Without this, we have to manually use |
Looking back on it that was very poorly phrased. My apologies. But yes. That works excellently! Now I just have to figure out how to work Xcode. |
Need clear instructions on how to compile a specific version of solidity on OSX/Linux (version 0.1.7) The latest instructions for compiling webthree-umbrella is broken.
The text was updated successfully, but these errors were encountered: