@_nezticle Stupid noob question.... (So sorry.. I'm learning!)
I have a Raspberry Pi2, I would like to get 5.5.0-beta working on it. (or any other slightly earlier version for that matter)
You mentioned they have "a device mkspec was added for Raspberry Pi 2 in 5.5 branch:"
So I downloaded the qt-everywhere-opensource-src-5.5.0-beta and I would like to get it installed on my Pi 2.
What command do I use to get it to successfully install on my Raspberry Pi 2?
Do I use ./configure -prefix $PWD/qtbase -opensource -nomake tests like the README says or do I add something else to get it to install for just the Pi 2?
Ultimately I'd like to install Qt Creator 3.4.0 (or maybe an earlier version?) so I can run .pro files that cryptocurreny wallets have available. [eg. https://github.com/sherlockcoin/navajocoin (the NavajoCoin-qt.pro file)]
Here's what I see:
Build instructions
Debian
First, make sure that the required packages for Qt5 development of your distribution are installed, for Debian and Ubuntu these are:
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
then execute the following:
qmake
make
Alternatively, install Qt Creator and open the navajocoin-qt.pro file.
An executable named navajocoin-qt will be built.
I've tried the 1st part, and it won't work (probably because this is a Pi 2 I'm assuming)
So, I need help with the 2nd part.
Many Many Thanks to anybody that can help me!