diff options
author | RJ <catalanor0220@gmail.com> | 2016-03-12 04:40:45 +0800 |
---|---|---|
committer | RJ <catalanor0220@gmail.com> | 2016-03-12 04:40:45 +0800 |
commit | 11d67369bd0faee2b84c94522355ac963d726f16 (patch) | |
tree | b307735c08b9ca80853a6fe75693d0714e22160e /docs | |
parent | 1f9578cea3f7ea1982ba2288cd3238bfe791b348 (diff) | |
download | dexon-solidity-11d67369bd0faee2b84c94522355ac963d726f16.tar.gz dexon-solidity-11d67369bd0faee2b84c94522355ac963d726f16.tar.zst dexon-solidity-11d67369bd0faee2b84c94522355ac963d726f16.zip |
Put in specific brew version as per the umbrella
Diffstat (limited to 'docs')
-rw-r--r-- | docs/installing-solidity.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/installing-solidity.rst b/docs/installing-solidity.rst index aa5890e8..af4bdcad 100644 --- a/docs/installing-solidity.rst +++ b/docs/installing-solidity.rst @@ -62,6 +62,7 @@ Set up Homebrew: brew install cmake cryptopp miniupnpc leveldb gmp libmicrohttpd libjson-rpc-cpp # For Mix IDE and Alethzero only brew install xz d-bus + brew install homebrew/versions/v8-315 brew install llvm --HEAD --with-clang brew install qt5 --with-d-bus # add --verbose if long waits with a stale screen drive you crazy as well |