记录一下成功编译的配置,此编译是为了qvfb配置的。
#!/bin/sh
./configure \
-prefix /disk2/lib/qt-qvfb-4.6.3-lib \
--debug \
-shared \
-fast \
-qt-sql-sqlite \
-no-qt3support \
-no-xmlpatterns \
-no-3dnow \
-no-sse \
-no-sse2 \
-qt-zlib \
-qt-gif \
-qt-libtiff \
-qt-libpng \
-qt-libmng \
-qt-libjpeg \
-make libs \
-nomake tools \
-nomake examples \
-nomake docs \
-nomake demo \
-no-nis \
-no-cups \
-no-iconv \
-no-dbus \
-no-openssl \
-xplatform qws/linux-x86-g++ \
-little-endian \
-embedded x86 \
-qt-freetype \
-depths 15,16,18,24,32 \
-qt-gfx-linuxfb \
-no-gfx-transformed \
-no-gfx-multiscreen \
-no-gfx-vnc \
-qt-gfx-qvfb \
-qt-kbd-qvfb \
-qt-mouse-qvfb \
-no-glib \
-qvfb \
-silent
阅读(3911) | 评论(0) | 转发(0) |