mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Update installing-solidity.rst
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
This commit is contained in:
parent
c492d9be00
commit
4b709f1bdd
@ -58,6 +58,8 @@ Set up Homebrew:
|
||||
.. code-block:: bash
|
||||
|
||||
brew update
|
||||
brew upgrade
|
||||
|
||||
brew install boost --c++11 # this takes a while
|
||||
brew install cmake cryptopp miniupnpc leveldb gmp libmicrohttpd libjson-rpc-cpp
|
||||
# For Mix IDE and Alethzero only
|
||||
|
Loading…
Reference in New Issue
Block a user