Skip to content

Instantly share code, notes, and snippets.

@neewy
Last active March 8, 2018 01:38
Show Gist options
  • Save neewy/bc0fea777592a5381aa4ab6e68bfe699 to your computer and use it in GitHub Desktop.
Save neewy/bc0fea777592a5381aa4ab6e68bfe699 to your computer and use it in GitHub Desktop.
How to install dependencies for Iroha, clone and build the project in development branch
xcode-select --install
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/homebrew/install/master/install)" # if you dont't have brew installed
brew install cmake boost postgres grpc autoconf automake libtool golang libpqxx
git clone https://github.com/hyperledger/iroha -b develop
cd iroha
cmake -H. -Bbuild
cmake --build build -- -j4 #Check number of logical cores with sysctl -n hw.ncpu and use this number
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment