George,
Quote:
This is what I use.
configure -opensource -confirm-license -prefix /usr/local/Qt-5.2.1-arm -platform macx-clang -xplatform linux-armv7-kobo-g++ -no-xcb -qt-harfbuzz -skip connectivity -skip doc -skip docgallery -skip feedback -skip location -skip pim -skip qa -skip quick1 -skip quickcontrols -skip serialport -skip translations -system-libpng -system-libjpeg -system-freetype -system-zlib -lz -I/chroot/usr/include -I/chroot/usr/include/freetype2 -I/chroot/include -no-compile-examples -I/chroot/include/dbus-1.0 -I/chroot/lib/dbus-1.0/include -dbus -no-qml-debug
...
Closed #54.
|
Thank you for build instructions to QT-5.2.1. I would have eventually asked for those when I actually tried to compile that part of the code, rather than asking for what I'm actually doing now: eg: QT4.8.0. But thanks, I'll keep the 5.2.1 for when I get that far.
And as another note, I'm still finding minor busybox bugs: eg: the KOBO busybox program 'test -w /mnt/sd' returns true when examining a mount point that was remounted as read only. On all linux systems, the superuser permission bits can be RW even on a read only file system; but the 'test' command generally correctly tests for read only filesystem -- but the Kobo busybox version does not.