Skip to content

Commit

Permalink
Update brew syntax due to change in handling versions
Browse files Browse the repository at this point in the history
Homebrew changed the way they handle versions and eliminated the versions sub-tree.  Also changed the pathnames in the Cellar for legacy versions.
  • Loading branch information
uberlance authored Jun 12, 2017
1 parent 58e860a commit 2c22289
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions doc/building.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,6 @@ Install Homebrew by following the instructions here: http://brew.sh/

brew doctor
brew update
brew tap homebrew/versions

### Install steem dependencies:

Expand All @@ -171,7 +170,7 @@ Install Homebrew by following the instructions here: http://brew.sh/
automake \
cmake \
git \
homebrew/versions/boost160 \
boost160 \
libtool \
openssl \
python3
Expand All @@ -196,7 +195,7 @@ steem. Until then, this will allow you to install boost 1.60.0.
### Compile

export OPENSSL_ROOT_DIR=$(brew --prefix)/Cellar/openssl/1.0.2h_1/
export BOOST_ROOT=$(brew --prefix)/Cellar/boost160/1.60.0/
export BOOST_ROOT=$(brew --prefix)/Cellar/[email protected]/1.60.0/
git submodule update --init --recursive
mkdir build && cd build
cmake -DBOOST_ROOT="$BOOST_ROOT" -DCMAKE_BUILD_TYPE=Release ..
Expand Down

0 comments on commit 2c22289

Please sign in to comment.