首 页文章中心

Linux学习网

您的位置Linux学习网 > Linux基本应用 > 文章内容

FC9下用cmake编译qterm

作者:佚名  来源:不详  发布时间:2008-6-24 8:11:00
出处dreamthousand,http://dreamthousand.blog.163.com
记得fc8的时候QT默认还是qt3,平时yum 回来的qt 就是3的,要用上4的话还得手动加上qt4来yum.结果在fc9里面yum install qt4却没有结果。原来QT4已经是主角了,默认的yum install qt*就是4的了,反而3的话是要加上qt3.
将最新的qterm下载下来真是傻眼了,里面没makefile,没configure,连INSTALL都没,真是不知道怎么装好。上网找了一下。在它们的项目主页有说:http://qterm.sourceforge.net/wiki/index.php/Downloads

How to install
You need CMake (http://www.cmake.org/HTML/Index.html) to build the new Qt4 based code. Here are some instructions should work in most cases.

cd qterm-0.5.2mkdir buildcd buildcmake .. -DCMAKE_INSTALL_PREFIX=$SOMEWHERE -DCMAKE_BUILD_TYPE=debugmakemake install (You might need root privilege to do this depends on where your $SOMEWHERE is)
收藏本页到: 365Key | del.icio.us | | 添加到雅虎收藏+
  • 网站帮助 - 广告合作 - 网站地图