diff options
author | chriseth <c@ethdev.com> | 2016-04-05 20:11:46 +0800 |
---|---|---|
committer | chriseth <c@ethdev.com> | 2016-04-05 20:11:46 +0800 |
commit | 12797ed6c9afacd7f5a2b8538ccf0032bbc15a19 (patch) | |
tree | 7699b41d14a5f19193c357f6925391339f68de68 | |
parent | c492d9be00c843b8390959bd9f203c4047cb9f69 (diff) | |
parent | 4b709f1bddc41f7f32a398fa346b36b98c0d3c95 (diff) | |
download | dexon-solidity-12797ed6c9afacd7f5a2b8538ccf0032bbc15a19.tar.gz dexon-solidity-12797ed6c9afacd7f5a2b8538ccf0032bbc15a19.tar.zst dexon-solidity-12797ed6c9afacd7f5a2b8538ccf0032bbc15a19.zip |
Merge pull request #473 from AlwaysBCoding/patch-2
Update installing-solidity.rst
-rw-r--r-- | docs/installing-solidity.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/installing-solidity.rst b/docs/installing-solidity.rst index af4bdcad..b4448c95 100644 --- a/docs/installing-solidity.rst +++ b/docs/installing-solidity.rst @@ -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 |