I'd love if someone could help me to install the wallet on RPi 2, soI could stake. I someone help me I can pay 10% of my first 100 stakes.
daemon or qt?
Qt please
This should be pretty close
sudo apt-get update
sudo apt-get install qt5-default qt5-qmake qtbase5-dev-tools qttools5-dev-tools build-essential libboost-dev libboost-system-dev libboost-filesystem-dev libboost-program-options-dev libboost-thread-dev libssl-dev libdb++-dev
git clone https://github.com/intellect-project/intellect.git
cd intellect
qmake
make
Here's what I get :
pi@raspberrypi ~/intellect $ qmake
Project MESSAGE: Building with UPNP support
Project MESSAGE: Building with UPNP supportProject MESSAGE: Warning: unknown QT: widgetsProject MESSAGE: Warning: unknown QT: widgetsRemoved plural forms as the target language has less forms.
If this sounds wrong, possibly the target language is not set or recognized.
Removed plural forms as the target language has less forms.
If this sounds wrong, possibly the target language is not set or recognized.
Removed plural forms as the target language has less forms.
If this sounds wrong, possibly the target language is not set or recognized.
Removed plural forms as the target language has less forms.
If this sounds wrong, possibly the target language is not set or recognized.
Removed plural forms as the target language has less forms.
If this sounds wrong, possibly the target language is not set or recognized.
Project MESSAGE: Warning: unknown QT: widgets
guessing you had/have qt4 installed also try this ::
/usr/lib/i386-linux-gnu/qt5/bin/qmake
if for some reason that is not the path for your qt install, typing this
qmake -v
will print the version of qt being called and its system path
IF this still doesn't work, you can find me on freenode in either ##hyperstake or #coinhole
qmake -v give me this : /usr/lib/arm-linux-gnueabihf
and sudo apt-get install qt5-default qt5-qmake qtbase5-dev-tools qttools5-dev-tools build-essential libboost-dev libboost-system-dev libboost-filesystem-dev libboost-program-options-dev libboost-thread-dev libssl-dev libdb++-dev this :
pi@raspberrypi ~ $ sudo apt-get install qt5-default qt5-qmake qtbase5-dev-tools qttools5-dev-tools build-essential libboost-dev libboost-system-dev libboost-filesystem-dev libboost-program-options-dev libboost-thread-dev libssl-dev libdb++-dev
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances
Lecture des informations d'état... Fait
E: Impossible de trouver le paquet qt5-default (Impossible to find qt5-default package in English)
E: Impossible de trouver le paquet qt5-qmake (Impossible to find qt5-qmake package in English)
E: Impossible de trouver le paquet qtbase5-dev-tools (Impossible to find qtbase5-dev-tools package in English)
E: Impossible de trouver le paquet qttools5-dev-tools (Impossible to find qttools5-dev-tools package in English)
lol duh, I'm an idiot, I totally forgot we were talking about a pi
ok, so it's not finding qt5 when you try to install. That is pretty weird. What OS are you using and what is the output of this::
apt-cache search qt5-default && apt-cache search qt5-qmake && apt-cache search qtbase5-dev-tools && apt-cache search qttools5-dev-tools
I'm on Raspbian, and this command line has no output (really !). In the Terminal it says me :
pi@raspberrypi ~ $ apt-cache search qt5-default && apt-cache search qt5-qmake && apt-cache search qtbase5-dev-tools && apt-cache search qttools5-dev-tools
pi@raspberrypi
ok, so qt5 is not readily available for raspbian, you have to cook it yourself from source..
http://qt-project.org/wiki/Building_Qt_5_from_Git