回复: Qtopia PDA 2.2.0(GPL)和Qtopia Phone 2.2.0安装方法
#16 [mdyqq 03-19 09:01]
我也看不了 一点就是域名纠错
#17 [mdyqq 03-19 09:42]
Qtopia-2.2.0的INSTALL的英文版本
INSTALLING Qt FOR X11
You may need to be root, depending on the permissions of the directories
where you choose to install Qt.
1.Unpack the archive if you have not done so already:
cd /usr/local
gunzip qt-x11-2.2.0.tar.gz# uncompress the archive
tar xf qt-x11-2.2.0.tar# unpack it
This creates the directory /usr/local/qt-2.2.0 containing the
files from the main archive.
Rename qt-2.2.0 to qt (or make a symlink):
mv qt-2.2.0 qt
The rest of this file assumes that Qt is installed in /usr/local/qt.
2.Set some environment variables in the file .profile (or .login,
depending on your shell) in your home directory. (Create the
file if it is not there already.)
QTDIR - wherever you installed Qt
PATH - to locate the moc program and other Qt tools
MANPATH- to access the Qt man pages
LD_LIBRARY_PATH - for the shared Qt library
This is done like this:
In .profile (if your shell is bash, ksh, zsh or sh), add the
following lines:
QTDIR=/usr/local/qt
PATH=$QTDIR/bin:$PATH
MANPATH=$QTDIR/man:$MANPATH
LD_LIBRARY_PATH=$QTDIR/lib:$LD_LIBRARY_PATH
export Q ..
#18 [l0p0c 03-29 09:24]
我在Fedora11下面弄了许久都没有弄出来。。。
现在改用qt4了