Skip to content

Instantly share code, notes, and snippets.

@jamescoxon
Created May 1, 2017 10:53
Show Gist options
  • Select an option

  • Save jamescoxon/35fa49d5b248cd711cdc21041bf1c56b to your computer and use it in GitHub Desktop.

Select an option

Save jamescoxon/35fa49d5b248cd711cdc21041bf1c56b to your computer and use it in GitHub Desktop.
#!/bin/sh
export Qt5_DIR=/Users/jamescoxon/Qt/5.8/clang_64
export BOOST_ROOT=/usr/local/Cellar/boost/1.63.0
make clean
git submodule init
git submodule update
cmake -DACTIVE_NETWORK=rai_live_network -DCMAKE_BUILD_TYPE=Release -DRAIBLOCKS_GUI=ON
make rai_wallet
cpack -G "DragNDrop"
cd packaging/
echo "Now execute ./rai_wallet"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment