I have some problems installing on my raspberry pi. After downlaoding the testing branch (ap-get didn't work for me as "qmake QtBitcoinTrader_Desktop.pro" leads to an error "file not found") I switched to the "src" folder and did:
Code:
export QT_SELECT=5
qmake QtBitcoinTrader_Desktop.pro
make && make install && make clean
Got these error reply:
make /usr/binuic-qt4 addrulegroup.ui -o ./ui/ui_addrulegroup.h
make: /usr/bin/uic-qt4: Command not found
Makefile_ 815: recipe for target '.ui/ui_addrulegroup.h' failed
make: *** [.ui/ui_addrulegroup.h] Error 127
Can anyone help me get it working?
Appreciate your help