65 Commits
Author SHA1 Message Date
Alex Beregszaszi 29df18d4d7 Remove brew linkapps from the installation instructions 2018-03-31 01:11:56 +01:00
Alex Beregszaszi 3594f02d51 Fix link to solcjs in the installation section 2018-02-27 00:38:52 +01:00
Alex Beregszaszi 241134a881 Mention that solcjs is not compatible with solc in the using-the-compiler section 2018-02-27 00:36:01 +01:00
William Entriken deeee06bc2 Fix links and JS reference 2018-01-10 20:43:38 -05:00
William Entriken c7632fc732 No nonsense explanation of compiler options 2018-01-05 10:13:33 -05:00
Boris Kostenko 36bf0a8a86 Accent on ext.deps in install docs (issue #3048) 2017-10-19 08:25:27 +03:00
Boris Kostenko 55a7828848 Accent on ext.deps in install docs (issue #3048) 2017-10-19 01:10:12 +03:00
Robert Edström 5e73ea7fbc Correct package name for installing solc on Arch 2017-08-27 14:36:41 +03:00
Paweł Bylica 09628dee8c docs: Add a note about CMake options 2017-08-22 22:50:25 +02:00
feliam ed77f706a0 Update installing-solidity.rst 2017-08-14 16:47:16 -03:00
SaadSurya 8a9f62842d Update installing-solidity.rst 2017-08-07 16:53:56 +05:00
Leo Arias f5fc808875 Add the tag for the command 2017-08-02 01:53:07 -06:00
Leo Arias af128b6c97 Add the command to install the stable solc snap
Now that v0.4.14 was released, all the changes in the snapcraft.yaml landed, the continuous delivery is configured both for edge and candidate snaps, and we have been testing the snap for a while, I have pushed it to the stable channel in the Ubuntu store.
2017-08-02 01:51:43 -06:00
Leo Arias 558fa46442 Add the install instructions from the edge snap 2017-07-26 10:28:27 -06:00
gregg dourgarian 12d020e890 Update installing-solidity.rst
correct spelling of 'release'
2017-06-22 23:37:28 -05:00
AndreMiras 997eb68956 Update installing-solidity.rst on Gentoo Linux
Gentoo Linux solidity install instructions.
2017-06-08 00:20:15 +02:00
Alex Beregszaszi e34a9600f2 Merge pull request #1791 from ethereum/docs-fixes
Mostly typo fixes in the documentation
2017-03-16 12:22:10 +00:00
Alex Beregszaszi 42f2623cd3 Fix list indentation 2017-03-16 00:43:30 +00:00
Alex Beregszaszi 4c34adb799 Add link to version pragma 2017-03-16 00:43:30 +00:00
Alex Beregszaszi a0d6ac63cc Replace references to browser-solidity with Remix 2017-03-15 22:58:14 +00:00
Mikko Ohtamaa c9e4e1d7ca Downgrade instructions for Homebrew Solidity
Because 0.4.9+ causes a lot of havoc, breaking tools
2017-02-22 00:45:15 +02:00
Alex Beregszaszi 82a512fb2f Add archlinux installation instructions 2017-02-06 18:23:49 +00:00
RJ Catalano 60e884b0a3 clarified binaries installation
Signed-off-by: RJ Catalano <rj@monax.io>
2017-02-02 18:54:49 -06:00
RJ Catalano f50caa967c implement a build script
Signed-off-by: RJ Catalano <rj@monax.io>
2017-02-02 18:54:47 -06:00
Alex Beregszaszi 821314aa27 Explain the difference between solc and solcjs 2017-02-02 11:04:38 +00:00
Alex Beregszaszi 592c692bce Mention how our version maps to Semver 2017-01-17 13:01:55 +00:00
Alex Beregszaszi 9f9b7fb6f0 Explain how version numbers are built 2017-01-17 12:39:30 +00:00
Rhett Aultman 6ecb4aa36f Add git submodule init to build instructions (#1569) 2017-01-17 08:14:53 +01:00
chriseth cf4e0549c3 Mention nightly. 2016-11-25 16:21:17 +01:00
chriseth 6b95303998 Docker documentation. 2016-11-24 23:46:52 +01:00
Eric Tillberg d7cfc6399b Update installing-solidity.rst 2016-10-26 13:43:51 -04:00
Alex Beregszaszi 76c856397a Minor documentation fixes 2016-10-19 14:02:50 +01:00
Shruti Appiah 1edcf61b9c list formatting 2016-09-23 12:27:23 -04:00
Alex Beregszaszi 3cd760446e Split versioning into two sections 2016-09-14 00:41:34 +01:00
Alex Beregszaszi fb856c3f8d Document versioning behaviour 2016-09-09 16:07:57 +01:00
chriseth 6106bf98bb Merge pull request #969 from Denton-L/fix-documentation
Fix bad syntax
2016-08-30 16:31:11 +02:00
Denton Liu 5b790fbfec Fix bad syntax 2016-08-29 14:22:52 -04:00
Bob Summerwill 0b89e1e98c Merge pull request #964 from Denton-L/fix-documentation
Fix documentation
2016-08-29 10:36:15 -07:00
Denton Liu 4b74bf799c Create contribution guidelines 2016-08-29 13:28:33 -04:00
Denton Liu eea4b63b44 Fix syntax for Windows batch file 2016-08-29 10:25:10 -04:00
Denton Liu af2e844062 Cleanup docs 2016-08-26 17:02:42 -04:00
Bob Summerwill deb95b617d Tweaks as suggested by chriseth.
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.
2016-08-26 13:17:31 -07:00
Bob Summerwill d49cfebbf7 Updated Solidity documentation's "building from source" section.
It now references install_deps.sh/.bat, and also adds instructions for Windows.
Cherry picked some further tweaks from Denton-L.  Thanks :-)
2016-08-24 14:06:36 -07:00
Denton Liu ac799aff0e Remove trailing whitespaces 2016-08-24 11:43:55 -04:00
chriseth 0d736fde6d Merge pull request #706 from Denton-L/withdrawal-pattern
Add Withdrawal Pattern Example
2016-08-20 02:57:07 +02:00
Denton Liu a6c9d85399 Remove trailing whitespace 2016-08-10 10:42:51 -04:00
Jacob Benjamin Cholewa adfb2f2b9f Update installing-solidity.rst
The JsonCpp library is also a needed dependency
2016-08-10 15:23:54 +02:00
chriseth a3d79f7ec6 Build using solidity-standalone. 2016-08-04 11:04:13 +02:00
Giacomo Tazzari 07837e0abb Up-to-date build instructions for Ubuntu 14.04 2016-06-05 17:40:03 +02:00
Giacomo Tazzari f3c4543099 I forgot to finish typing a paragraph 2016-06-04 21:36:10 +02:00