mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #6373 from ethereum/docs-older-versions
[DOCS] Add Homebrew version mention
This commit is contained in:
commit
81c3769222
@ -126,6 +126,8 @@ currently not supported.
|
|||||||
brew tap ethereum/ethereum
|
brew tap ethereum/ethereum
|
||||||
brew install solidity
|
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
|
If you need a specific version of Solidity you can install a
|
||||||
Homebrew formula directly from Github.
|
Homebrew formula directly from Github.
|
||||||
|
|
||||||
@ -140,7 +142,7 @@ Install it using ``brew``:
|
|||||||
.. code-block:: bash
|
.. code-block:: bash
|
||||||
|
|
||||||
brew unlink solidity
|
brew unlink solidity
|
||||||
# Install 0.4.8
|
# eg. Install 0.4.8
|
||||||
brew install https://raw.githubusercontent.com/ethereum/homebrew-ethereum/77cce03da9f289e5a3ffe579840d3c5dc0a62717/solidity.rb
|
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``:
|
Gentoo Linux also provides a solidity package that can be installed using ``emerge``:
|
||||||
|
Loading…
Reference in New Issue
Block a user