当前位置: 技术问答>linux和unix
linux中configure的参数问题
来源: 互联网 发布时间:2016-07-10
本文导语: 本帖最后由 Hntxh 于 2009-10-23 20:24:57 编辑 本人小菜一个,刚刚接触linux不久,很多问题都不理解 在qtopia安装之前,有个执行./configure的过程,里面有很多类似--help的参数,我用的是友善的编译脚本进行编译,看里面的...
在qtopia安装之前,有个执行./configure的过程,里面有很多类似--help的参数,我用的是友善的编译脚本进行编译,看里面的参数有些用单引号‘围起来,有些没有,我想知道这样有什么区别吗?还望前辈们多多指教,小弟这里先谢过了
configure -qte '-embedded -no-xft -qconfig qpe -depths 16,32 -system-jpeg -qt-zlib -qt-libpng -gif -no-g++-exceptions -no-qvfb -xplatform linux-arm-g++ -tslib' -qpe 'edition pda -displaysize 240x320 -fontfamilies "helvetica fixed micro smallsmooth smoothtimes unifont" -xplatform linux-arm-g++ -luuid' -qt2 '-no-opengl -no-xft' -dqt '-no-xft -thread'
|
区别大着了
-qte'-embedded -no-xft -qconfig qpe -depths 16,32 -system-jpeg -qt-zlib -qt-libpng -gif -no-g++-exceptions -no-qvfb -xplatform linux-arm-g++ -tslib'
表示 -qte 的值为 -embedded -no-xft -qconfig qpe -depths 16,32 -system-jpeg -qt-zlib -qt-libpng -gif -no-g++-exceptions -no-qvfb -xplatform linux-arm-g++ -tslib
如果不加,就面目全非了
|
你要看些普及基础的书
|
呵呵 楼主明白了就好 先学习点基础的吧