Ha,
jetzt hab ich den deutschsprachigen thread wiedergefunden
Hier ist der Link auf das fertige 1.1 GUI Wallet für den Raspberry Pi:
https://mega.co.nz/#!Ch5jlAbR!Uz74sT_QmIc1aB7gAL7WcAnCnb1QM4-qOOWx1buygX0
Vorm ersten Start müssen noch einige Bibliotheken geladen werden:
sudo apt-get update
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 libdb++-dev libminiupnpc-dev git
Eigentlich nicht alle, aber der Einfachheit halber hab ich das von der Kompilieranleitung einfach kopiert
Und hier ist die Anleitung zum Kompilieren:
--------------------------------------------------------------------------------------------
Betriebssystem: Raspbian wheezy vom 24.12.2014
Terminal öffnen
sudo apt-get update
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 libdb++-dev libminiupnpc-dev git
git clone https://github.com/emarkproject/DEM derzeit (09.04.2015) ist da die alte 1.0 Version. Wenn ihr die 1.1 kompilieren wollt, dann unter releases das entsprechnde Archiv holen und auf den Raspi kopieren:
https://github.com/emarkproject/DEM/releasescd DEM
sudo nano eMark-qt.pro
mit strg w nach msse2 suchen
vor die beiden Zeilen mit msse2 jeweils ein # setzen
strg x und mit j bestätigen
sudo qmake eMark-qt.pro
Ausgabe:
Project MESSAGE: Building with UPNP support
Project MESSAGE: Building with LevelDB
Project MESSAGE: Building with UPNP supportProject MESSAGE: Building with LevelDBProject 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.
sudo make
einige Stunden warten bis es fertig ist
sudo strip eMark-qt
Starten mit
./eMark-qt
Das Laden der kompletten Blockchain kann ca. einen Tag dauern.
----------------------------------------------------------------------------
Gruss
teppichtasche