-
Notifications
You must be signed in to change notification settings - Fork 786
Build rai_node samples ARM
Marcel Edmund Franke edited this page Jan 2, 2018
·
12 revisions
To manage node, use RPC commands or CLI
pacman -Syu
pacman -S base-devel git gcc cmake curl wget
wget -O boost_1_63_0.tar.gz http://sourceforge.net/projects/boost/files/boost/1.63.0/boost_1_63_0.tar.gz/download
tar xzvf boost_1_63_0.tar.gz
cd boost_1_63_0
./bootstrap.sh
./b2 --prefix=../[boost] link=static install
cd ..
git clone --recursive https://github.com/clemahieu/raiblocks.git rai_build
cd rai_build
cmake -DBOOST_ROOT=../[boost] -G "Unix Makefiles"
make rai_node
cp rai_node ../rai_node && cd .. && ./rai_node --diagnostics