I'm on Raspbian. The excute do not work. Nothing happens.
Please check out my GitHub page,
https://github.com/feldenthorne/magi/tree/armv7l_official. You should be able to build the Qt wallet after entering the following:
sudo apt-get install qt4-qmake libqt4-dev build-essential libboost-dev libboost-system-dev libboost-filesystem-dev libboost-program-options-dev libboost-thread-dev libssl-dev libdb5.1++-dev git libgmp-dev
git clone https://github.com/feldenthorne/magi
cd magi
git checkout armv7l_official
qmake
make
I recently made some changes that should fix builds for the RPi2, so you should be good.
Edit: Just updated the
binary release on GitHub, but you should probably build it yourself because it's always better to be more cautious than less.
And here's my GitHub pull request from the official repo for the wary:
https://github.com/magi-project/magi/pull/5.
Edit 2: Added in libgmp-dev to the apt-get command.