QT4.8.0 opensource linux arm上的库编译

来源:互联网 发布:java锁的两种机制 编辑:程序博客网 时间:2024/05/18 03:26

ubuntu11.10


编译时,配置了好几次,提示有错误,其中一个是webkit不能带,另外是提示lbootstrap找不到,好象是-fast不行,具体不记得,下面的配置是可以编译通过的,只是还没测试能不能用,还有个错误是g++找不到,用sudo apt-get install g++安装即可

make confclean


./configure -confirm-license -release -shared -opensource -embedded arm -xplatform qws/linux-arm-g++ -little-endian -qt-sql-sqlite -no-qt3support -no-webkit -no-javascript-jit -no-script -no-scripttools -qt-libtiff -qt-libpng -qt-libmng -qt-libjpeg -qt-freetype -depths 8,16,24,32 -qt-gfx-linuxfb -qt-mouse-tslib -qt-kbd-linuxinput -I /usr/local/tslib/include -L /usr/local/tslib/lib -nomake examples,demos,docs


make