tested at pi2
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install -y gcc-4.9 g++-4.9
sudo apt-get install -y libgmp-dev libcurl4-openssl-dev libjansson-dev git
sudo apt-get install -y libdb5.3-dev libdb5.3++-dev
sudo apt-get install -y libboost-all-dev
sudo apt-get install -y libqrencode-dev
sudo apt-get install -y libminiupnpc-dev libminiupnpc
for v1.3.0-RC :
BRANCH="1.3.0rc"
mkdir $BRANCH
cd $BRANCH
git init
git remote add -t $BRANCH -f origin https://github.com/magi-project/magi.git
git checkout $BRANCH
cd src/
Now edit your makefile.unix
goto line 108 :
ifeq ($(xCPUARCH),armv7l)
and replace it with :
ifeq ($(xCPUARCH),armv7l)
xCXXFLAGS+=-Ofast -mcpu=cortex-a7 -mfpu=neon-vfpv4 -mfloat-abi=hard
now build magid with :
make -f makefile.unix xCPUARCH=armv7l
Thanks very much for sharing - hopefully I'll get a chance to give this a go at the weekend - I currently only use my pi as a media centre - would be great to get it staking too - also considering trying to get it to stake using solar power