标题:Qtopia PDA 2.2.0(GPL)和Qtopia Phone 2.2.0安装方法
作者:cavendish
日期:2006-03-21 17:56
内容:
http://www.qtopia.org.cn/phpBB2/viewtopic.php?t=134
http://www.qtopia.org.cn/phpBB2/viewtopic.php?t=135
#1 [XChinux 03-21 18:04]
怪了,我打不开qtopia.org.cn,难道是我的Windows系统出了什么问题??
我转一下:
Qtopia PDA 2.2.0(GPL)安装指南
下载
ftp://ftp.trolltech.com/qtopia/source/qtopia-free-src-2.2.0.tar.gz
ftp://ftp.qtopia.org.cn/mirror/ftp.trolltech.com/qtopia/source/qtopia-free-src-2.2.0.tar.gz
http://www.qtopia.org.cn/ftp/mirror/ftp.trolltech.com/qtopia/source/qtopia-free-src-2.2.0.tar.gz
Host(x86)
编译
代码:
tar zxvf qtopia-free-src-2.2.0.tar.gz
cd qtopia-free-2.2.0
export PATH=$PWD/tmake/bin:$PATH
echo "yes"|./configure -qte no-keypad -qpe pda
make
make install
运行
代码:
cd qtopia-free-2.2.0/qtopia/image/opt/Qtopia
mkdir demohome
cd ../../../bin
./startdemo -home qtopia/image/opt/Qtopia/demohome -sound system
Qtopia Phone 2.2.0安装指南
下载
Qtopia Phone 2.2.0需要有合法的帐号和密码,然后可以在trolltech的用户空间中下载。源码包为qtopia-phone-src-2.2.0.tar.gz。
Host(x86)
编译
代码:
tar zxvf qtopia-phone-src-2.2.0.tar.gz
cd qtopia-phone-2.2.0
export PATH=$PWD/tmake/bin:$PATH
echo "yes"|./configure -qte "-embedded -keypad-mode -system-jpeg -depths 16,24,32 -qconfig qpe -qvfb-no-xft" -qpe "-edition phone -no-qtopiadesktop -displaysize 240x320 -defaultbuttons phone"
make
make install
运行
代码:
cd qtopia-phone-2.2.0/qtopia/image/opt/Qtopia
mkdir demohome
cd ../../../bin
./startdemo -home qtopia/image/opt/Qtopia/demohome -sound system
#2 [cavendish 03-21 18:25]
麻烦站长再试试
下午重启过
route有点问题
现在应该好了
#3 [lijasmine 05-18 21:48]
版主在上面提到:
tar zxvf qtopia-free-src-2.2.0.tar.gz
cd qtopia-free-2.2.0
export PATH=$PWD/tmake/bin:$PATH
echo "yes"|./configure -qte no-keypad -qpe pda
make
make install
我成功安装qt-x11-2.3.2、tmake-1.13和qt-embedded2.3.10后按照上面的步骤编译qtopia-free-2.1.1
在这一步echo "yes"|./configure -qte no-keypad -qpe pda
Unknown option: qpe
在qtopia-free-2.1.1/lib/目录下也没有libqpe.so啊!
我输入:
echo "yes"|./configure -l /home/zhaoxiao/dev/qt-2.3.10/lib/libqte.so.2.3.10 no-keypad -l/home/zhaoxiao/dev/qtopia-free-2.1.1/lib/qpe pda
输出为:
The following configuration values have been guessed or autodetected:
-arch generic
-displaysize 240-320
-edition pda
-languages en_US
-platform linux-g++
-qvfb
-xplatform linux-generic-g++
Symlinking header files to include directory
Creating qmake....
Creating pngscale.....make: *** [../../bin/pngscale] Error 1
Failed to make qmake
#4 [shiroki 05-24 17:56]
echo "yes"|./configure -qte no-keypad -qpe pda
这个选项是挺奇怪的, 好像应该是 -edition pda吧
你运行configure --help就能看到所有的选项了
#5 [cavendish 05-29 12:14]
lijasmine,
我写的是2.2.0的文档,你用的版本好像是2.1.1呀