出处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)
yalding 于 2008-10-21 23:16:15发表:
我为此yum了cmake,但是,还是有错误。
你成功了吗?
没有Qterm真是混不下去了