1.e2fsprogs-1.38
 |
文件: |
qt2.2_lib.tar.bz2 |
大小: |
1990KB |
下载: |
下载 | |
2.把文件都拷到home里的自己用户名里 终端运行sudo chmod -R 775 × 更改所有文件权限
3.运行友善之臂提供的脚本就ok了
#!/bin/bash sudo apt-get install gcc-3.4
sudo rm -fr qtopia-2.2.0-FriendlyARM tar xfvz qtopia-2.2.0.tar.gz
sudo chmod -R 775 ×
cd qtopia-2.2.0-FriendlyARM
echo yes | ./configure -qte '-embedded -no-xft -qconfig qpe -depths 16,32 -system-jpeg -gif' -qpe '-edition pda -displaysize 240x320 -fontfamilies "helvetica fixed micro smallsmooth smoothtimes"' -qt2 '-no-opengl -no-xft' -dqt '-no-xft -thread'
sudo chmod -R 775 ×
make make install cd ..
sudo /bin/rm qtopia-2.2.0-FriendlyARM/qtopia/image/opt/Qtopia/lib/fonts/helvetica_* tar xfvz fonts.tar.gz -C qtopia-2.2.0-FriendlyARM/qtopia/image |
阅读(553) | 评论(0) | 转发(0) |