当前位置: 技术问答>linux和unix
CentOS5.0下安装qt的问题
来源: 互联网 发布时间:2016-04-13
本文导语: 请教: 我是这样安装的,可是出现了这样的错误: 2. 安装Qt/Embedded 2.3.7 在Linux 命令模式下运行以下命令: tar xfz qt-embedded-2.3.7.tar.gz cd qt-2.3.7 export QTDIR=$PWD export QTEDIR=$QTDIR export PATH=$QTDIR/bin:$PATH export LD_LIBRAR...
请教:
我是这样安装的,可是出现了这样的错误:
2. 安装Qt/Embedded 2.3.7
在Linux 命令模式下运行以下命令:
tar xfz qt-embedded-2.3.7.tar.gz
cd qt-2.3.7
export QTDIR=$PWD
export QTEDIR=$QTDIR
export PATH=$QTDIR/bin:$PATH
export LD_LIBRARY_PATH=$QTDIR/lib:$LD_LIBRARY_PATH
./configure -qconfig -qvfb -depths 4,8,16,32
但是在安装
./configure -qconfig -qvfb -depths 4,8,16,32
时,提示:
This is the Qt/Embedded Free Edition.
You are licensed to use this software under the terms of
the GNU General Public License (GPL).
Type 'G' to view the GNU General Public License.
Type 'yes' to accept this license offer.
Type 'no' to decline this license offer.
Do you accept the terms of the license?
yes
configure: no such file: src/tools/qconfig-local.h
这是什么原因?是不是我哪些步骤没有做好?
谢谢!
还有个问题就是我这里的操作系统是CentOS,CentOS下有什么好的做界面的软件没?CentOS可以装qt吧?
我是这样安装的,可是出现了这样的错误:
2. 安装Qt/Embedded 2.3.7
在Linux 命令模式下运行以下命令:
tar xfz qt-embedded-2.3.7.tar.gz
cd qt-2.3.7
export QTDIR=$PWD
export QTEDIR=$QTDIR
export PATH=$QTDIR/bin:$PATH
export LD_LIBRARY_PATH=$QTDIR/lib:$LD_LIBRARY_PATH
./configure -qconfig -qvfb -depths 4,8,16,32
但是在安装
./configure -qconfig -qvfb -depths 4,8,16,32
时,提示:
This is the Qt/Embedded Free Edition.
You are licensed to use this software under the terms of
the GNU General Public License (GPL).
Type 'G' to view the GNU General Public License.
Type 'yes' to accept this license offer.
Type 'no' to decline this license offer.
Do you accept the terms of the license?
yes
configure: no such file: src/tools/qconfig-local.h
这是什么原因?是不是我哪些步骤没有做好?
谢谢!
还有个问题就是我这里的操作系统是CentOS,CentOS下有什么好的做界面的软件没?CentOS可以装qt吧?
|
centos可以装qt,你的问题,我一会下载一个看看。
你可以先看看有没有README或者INSTALL之类的文件,也许在configure之前需要做什么操作。
你可以用kdevelop+qt designer开发qt的程序。
你可以先看看有没有README或者INSTALL之类的文件,也许在configure之前需要做什么操作。
你可以用kdevelop+qt designer开发qt的程序。
|
configure: no such file: src/tools/qconfig-local.h
我記得是要配置的
你到博創上面看看,裏面有說這個的
我記得是要配置的
你到博創上面看看,裏面有說這個的