aboutsummaryrefslogtreecommitdiffstats
path: root/docs/installing-solidity.rst
Commit message (Collapse)AuthorAgeFilesLines
* Update installing-solidity.rstEric Tillberg2016-10-271-1/+1
|
* Minor documentation fixesAlex Beregszaszi2016-10-191-1/+1
|
* list formattingShruti Appiah2016-09-241-5/+6
|
* Split versioning into two sectionsAlex Beregszaszi2016-09-141-15/+19
|
* Document versioning behaviourAlex Beregszaszi2016-09-091-0/+22
|
* Merge pull request #969 from Denton-L/fix-documentationchriseth2016-08-301-1/+1
|\ | | | | Fix bad syntax
| * Fix bad syntaxDenton Liu2016-08-301-1/+1
| |
* | Merge pull request #964 from Denton-L/fix-documentationBob Summerwill2016-08-301-7/+7
|\| | | | | Fix documentation
| * Fix syntax for Windows batch fileDenton Liu2016-08-291-1/+1
| |
| * Cleanup docsDenton Liu2016-08-271-6/+6
| |
* | Create contribution guidelinesDenton Liu2016-08-301-0/+6
|/
* Tweaks as suggested by chriseth.Bob Summerwill2016-08-271-3/+35
| | | | | I will commit this as-is, because it has been pending for a few days over minor issues. We will continue to iterate on this.
* Updated Solidity documentation's "building from source" section.Bob Summerwill2016-08-251-64/+81
| | | | | It now references install_deps.sh/.bat, and also adds instructions for Windows. Cherry picked some further tweaks from Denton-L. Thanks :-)
* Remove trailing whitespacesDenton Liu2016-08-241-2/+2
|
* Merge pull request #706 from Denton-L/withdrawal-patternchriseth2016-08-201-1/+1
|\ | | | | Add Withdrawal Pattern Example
| * Remove trailing whitespaceDenton Liu2016-08-101-1/+1
| |
* | Update installing-solidity.rstJacob Benjamin Cholewa2016-08-101-1/+1
|/ | | The JsonCpp library is also a needed dependency
* Build using solidity-standalone.chriseth2016-08-041-38/+10
|
* Up-to-date build instructions for Ubuntu 14.04Giacomo Tazzari2016-06-051-3/+25
|
* I forgot to finish typing a paragraphGiacomo Tazzari2016-06-051-1/+1
|
* Instructions to build Solidity on Ubuntu 16.04Giacomo Tazzari2016-06-051-39/+25
| | | | Minimal dependencies for Solidity on Ubuntu 16.04, removed those for older Ubuntu versions for now (they were a bit confusing). Removed --all and added -DETHASHCL=0 to ethbuild.sh when building Solidity only.
* Changed inline code syntaxDenton Liu2016-05-301-3/+3
| | | | Changed from :code:`<inline>` to ``<inline>``
* Modified installing-solidity.rstDenton Liu2016-05-301-3/+3
| | | | Corrected inline code syntax
* Update links to browser-solidity.chriseth2016-05-201-3/+3
|
* Corrected capitalisationDenton Liu2016-05-201-3/+3
|
* Changed link to point to solc-js repoDenton Liu2016-05-201-1/+1
|
* Removed trailing whitespaceDenton Liu2016-05-181-5/+5
|
* Update installing-solidity.rstJordan Leigh2016-04-031-0/+2
| | | | | The brew install boost --c++11 command failed for me due to an outdated version of Node.js. `brew upgrade` fixed this. I think it should be in the documentation to reduce the number of errors on install
* Put in specific brew version as per the umbrellaRJ2016-03-121-0/+1
|
* [Documentation] Add details on libjsonrpccpp-devAndres Nötzli2016-02-041-1/+9
| | | Add explanation to the documentation that the package name changes from `libjson-rpc-cpp-dev` to `libjsonrpccpp-dev` and is supplied by the universe repository instead of the Ethereum PPA.
* [Documentation] Include correct dev packageAndres Nötzli2016-02-021-1/+1
| | | The Ubuntu part of the installation guide mentions `libjson-rpc-cpp-dev`. However, the correct name seems to be `libjsonrpccpp-dev`.
* Update installing-solidity.rstRJ2015-12-181-1/+1
|
* Update installing-solidity.rstRJ2015-12-181-1/+1
|
* new docRJ Catalano2015-12-181-1/+3
|
* Added build guide.chriseth2015-12-101-0/+140