Chinaunix首页 | 论坛 | 博客
  • 博客访问: 397431
  • 博文数量: 29
  • 博客积分: 2091
  • 博客等级: 大尉
  • 技术积分: 463
  • 用 户 组: 普通用户
  • 注册时间: 2008-08-05 10:53
文章分类
文章存档

2012年(2)

2011年(6)

2010年(12)

2009年(9)

我的朋友

分类: LINUX

2010-08-17 15:11:39

记录一下成功编译的配置,此编译是为了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
阅读(3879) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~