Just bought a Raspberry Pi 2 to stake. Can someone explain me how Linux work or point me to a good tutorial ?
Open Teminal, Make sure you have Hidden Files/Folders showing
sudo -s/sudo su for super user
Code:
sudo apt-get update
sudo apt-get install qt4-dev-tools libqt4-dev libqt4-core libqt4-gui
sudo apt-get install build-essential
sudo apt-get install libssl-dev
sudo apt-get install libdb4.8-dev
sudo apt-get install libdb++-dev
sudo apt-get install libqrencode-dev s
sudo apt-get install libboost1.48-all-dev
If you don't yet have git, get it
Code:
sudo apt-get install git
Download the source code:
Code:
git clone
https://github.com/intellect-project/intellectGo to newly create directory:
Code:
cd intellect
Verify that you have 'intellect-qt.pro' in your intellect directory:
Code:
ls
Following files/directories should be listed:
contrib COPYING doc INSTALL README README.md share src intellect-qt.pro
Build without UPNP support:
Code:
qmake "USE_UPNP=-"
Do the magic:
Code:
make
and ready for test run ! Launch your wallet.
Code:
./intellect-qt