-
Notifications
You must be signed in to change notification settings - Fork 5.8k
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
No nonsense explanation of compiler options #3381
Conversation
docs/installing-solidity.rst
Outdated
This is probably the most portable and most convenient way to install Solidity locally. | ||
Use `npm` for a convenient and portable way to install `solcjs`, a Solidity compiler. The | ||
`solcjs` program has less features than all options further down this page. Our | ||
`Using the compiler <http://solidity.readthedocs.io/en/develop/using-the-compiler.html>` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please use proper RST links for relative references.
docs/installing-solidity.rst
Outdated
`solcjs` program has less features than all options further down this page. Our | ||
`Using the compiler <http://solidity.readthedocs.io/en/develop/using-the-compiler.html>` | ||
documentation assumes you are using the full-featured compiler, `solc`. So if you if you | ||
install `solcjs` from `npm` then you're on your own. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is some documentation at https://github.com/ethereum/solc-js, though.
docs/installing-solidity.rst
Outdated
A platform-independent JavaScript library is provided by compiling the C++ source | ||
into JavaScript using Emscripten. It can be used in projects directly (such as Remix). | ||
Note: The `solc-js <https://github.com/ethereum/solc-js>` project is derived from the C++ | ||
`solc` by using Emscripten. `solc-js` can be used in projects directly (such as Remix). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Perhaps more specifically: in javascript projects
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot! Just some tiny changes and this can go in!
@chriseth, you got it |
No description provided.