Merge pull request #6373 from ethereum/docs-older-versions

[DOCS] Add Homebrew version mention
This commit is contained in:
Alex Beregszaszi 2019-03-25 19:48:21 +00:00 committed by GitHub
commit 81c3769222
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -126,6 +126,8 @@ currently not supported.
brew tap ethereum/ethereum
brew install solidity
To install the most recent 0.4.x version of Solidity you can also use ``brew install solidity@4``.
If you need a specific version of Solidity you can install a
Homebrew formula directly from Github.
@ -140,7 +142,7 @@ Install it using ``brew``:
.. code-block:: bash
brew unlink solidity
# Install 0.4.8
# eg. Install 0.4.8
brew install https://raw.githubusercontent.com/ethereum/homebrew-ethereum/77cce03da9f289e5a3ffe579840d3c5dc0a62717/solidity.rb
Gentoo Linux also provides a solidity package that can be installed using ``emerge``: