zmicro Posted June 6, 2016 Posted June 6, 2016 Have anyone succeeded in installing qmake on OrangePi PC?
snowbody Posted June 7, 2016 Posted June 7, 2016 I developped an application on orange pi pc using qt. I installed qtcreator to begin with. Afterwards I had to install some additional packages. CLI compiling using qmake was possible. There's this thing about qt version 4 or 5... I'll install qt again on my 2E some time soon.
zmicro Posted June 7, 2016 Author Posted June 7, 2016 Thanks, i will try installing qt creator on another sd to make a test. I didn't know it would be possible to install the editor.
snowbody Posted June 7, 2016 Posted June 7, 2016 OK, I reinstalled it on the 2E. (apt-get install) qt4-qmake qt4-default libqt4-designer qtcreator libqtcore4 (I'm not really sure about this one) in qtcreator/options/build&run I defined under compilers -> "GCC"
zmicro Posted June 9, 2016 Author Posted June 9, 2016 I need qt5. Unfortunately qt5-default does not install due to problem with Mali lib. I will try to compile them from source. Thanks anyway.
Recommended Posts