Assembly is successful, I will tell you how I collected a purse for incakoin, for other purses do by analogy.
1. Downloaded the image of Rasbian Jessie:
http://downloads.raspberrypi.org/raspbian/images/raspbian-2017-07-05/2017-07-05-raspbian-jessie.zip.torrent2. Write it to a memory card of class 10, I use Sandisk at 32 gb.
3. Update the system:
sudo apt-get update
sudo apt-get dist-upgrade
4. Install remote access:
sudo apt-get install tightvncserver
sudo apt-get install xrdp
5. Increase SWAP file (so that raspberries do not hang at compile time)
sudo nano / etc / dphys-swapfile (Change the value of CONF_SWAPSIZE = 100 to 1000. To save the file, press Ctrl + O. To close, press Ctrl + X.)
Connect SWAP:
sudo dphys-swapfile setup
sudo dphys-swapfile swapon
Download files from
https://github.com:
git clone
https://github.com/madross/incakoin-newGo to the source folder:
cd incakoin-new
We open through the file manager our folder and set ALL files ALL
Or in the terminal write: chmod 777 *
Now we put the dependencies: (* you can find them in the folder doc / readme-qt.rst)
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 libdb4.8 ++ - dev
Now you can proceed to compilation:
a) qmake
b) make
And you can go drinking tea or watching TV, compiling takes at least an hour.
* If at compilation time you have a raspberry, then delete the source folder before compilation and download again, otherwise there will be errors.