From 4b709f1bddc41f7f32a398fa346b36b98c0d3c95 Mon Sep 17 00:00:00 2001 From: Jordan Leigh Date: Sat, 2 Apr 2016 18:07:25 -0700 Subject: 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 --- docs/installing-solidity.rst | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit