I am currently struggling on Linux environment.
I am trying to install Qt on Linux for Raspi, debian, Wheezy.
After Qt install, I need to design a GUI to tune what color my camera is going to capture.
I couldn't even install Qt on Linux, and there is a little info outside.
I am following the following website for my Qt install
http://qt-project.org/wiki/Native_Build ... spberry_Pi
I stuck at the configure part:
Run Configure:
Code: Select all
./configure -v -opengl es2 -device linux-rasp-pi-g++ -device-option CROSS_COMPILE=/usr/bin/ -opensource -confirm-license -optimized-qmake -reduce-relocations -reduce-exports -release -qt-pcre -make libs -prefix /usr/local/qt5 &> outputAnyone could help?? I appreciate a lot!!!
Thanks All