No nonsense explanation of compiler options#3381
Merged
chriseth merged 2 commits intoargotorg:developfrom Jan 11, 2018
fulldecent:patch-3
Merged
No nonsense explanation of compiler options#3381chriseth merged 2 commits intoargotorg:developfrom fulldecent:patch-3
chriseth merged 2 commits intoargotorg:developfrom
fulldecent:patch-3
Conversation
chriseth
reviewed
Jan 10, 2018
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>` |
Contributor
There was a problem hiding this comment.
Please use proper RST links for relative references.
chriseth
reviewed
Jan 10, 2018
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. |
Contributor
There was a problem hiding this comment.
There is some documentation at https://github.com/ethereum/solc-js, though.
chriseth
reviewed
Jan 10, 2018
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). |
Contributor
There was a problem hiding this comment.
Perhaps more specifically: in javascript projects
chriseth
suggested changes
Jan 10, 2018
Contributor
chriseth
left a comment
There was a problem hiding this comment.
Thanks a lot! Just some tiny changes and this can go in!
Contributor
Author
|
@chriseth, you got it |
14 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.