Skip to content

Commit

Permalink
Merge pull request steemit#1185 from uberlance/patch-1
Browse files Browse the repository at this point in the history
Update brew syntax due to change in handling versions
  • Loading branch information
Michael Vandeberg authored Jun 22, 2017
2 parents f1c4b5c + 2c22289 commit 9fb4a84
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 @@ -166,7 +166,6 @@ Install Homebrew by following the instructions here: http://brew.sh/

brew doctor
brew update
brew tap homebrew/versions

### Install steem dependencies:

Expand All @@ -175,7 +174,7 @@ Install Homebrew by following the instructions here: http://brew.sh/
automake \
cmake \
git \
homebrew/versions/boost160 \
boost160 \
libtool \
openssl \
python3 \
Expand All @@ -201,7 +200,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 9fb4a84

Please sign in to comment.