-
Notifications
You must be signed in to change notification settings - Fork 795
Build nano_node samples ARM
Roy Keene edited this page Jan 23, 2019
·
7 revisions
To manage node, use RPC commands or CLI
pacman -Syu
pacman -S base-devel git gcc cmake curl wget
wget -O boost_1_66_0.tar.gz http://sourceforge.net/projects/boost/files/boost/1.66.0/boost_1_66_0.tar.gz/download
tar xzvf boost_1_66_0.tar.gz
cd boost_1_66_0
./bootstrap.sh
./b2 --prefix=../[boost] link=static install
cd ..
git clone --recursive https://github.com/nanocurrency/nano-node.git nano_build
cd nano_build
cmake -DBOOST_ROOT=../[boost] -G "Unix Makefiles"
make nano_node
cp nano_node ../nano_node && cd .. && ./nano_node --diagnostics