aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJordan Leigh <AlwaysBCoding@gmail.com>2016-04-03 09:07:25 +0800
committerJordan Leigh <AlwaysBCoding@gmail.com>2016-04-03 09:07:25 +0800
commit4b709f1bddc41f7f32a398fa346b36b98c0d3c95 (patch)
tree7699b41d14a5f19193c357f6925391339f68de68
parentc492d9be00c843b8390959bd9f203c4047cb9f69 (diff)
downloaddexon-solidity-4b709f1bddc41f7f32a398fa346b36b98c0d3c95.tar.gz
dexon-solidity-4b709f1bddc41f7f32a398fa346b36b98c0d3c95.tar.zst
dexon-solidity-4b709f1bddc41f7f32a398fa346b36b98c0d3c95.zip
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
-rw-r--r--docs/installing-solidity.rst2
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