User:Hef/raspbian sdk: Difference between revisions
From Pumping Station One
| Line 39: | Line 39: | ||
== Build qt5.5 for the rpi2 == | == Build qt5.5 for the rpi2 == | ||
<syntaxhighlight lang="bash"> | |||
./configure -v -nomake examples -nomake tests -release -opengl es2 -device linux-rasp-pi2-g++ -device-option CROSS_COMPILE=/usr/local/linaro/arm-linux-gnueabihf-raspbian/bin/arm-linux-gnueabihf- -sysroot /Volumes/raspbian -prefix /usr/local/qt5.5-raspbian -confirm-license -opensource | |||
</syntaxhighlight> | |||
build, takes 43 minutes, 32 seconds on my 8 core MBP. | build, takes 43 minutes, 32 seconds on my 8 core MBP. | ||