参考它的安装说明操作
checking for X… configure: error: Can’t find X includes. Please check your installation and add the correct paths!
在应用程式->新增/移除软体->程式开发->X软体开发勾选就可以解决!
checking for Qt… configure: error: Qt (>= Qt 3.1 (20021021)) (headers and libraries) not found. Please check your installation!
我在应用程式->新增/移除软体->搜寻qt相关档案后安装了qt4-devel及qt-devel等套件,还是错误
后来在http://unix-cd.com/vc/www/15/2007-10/9138.html,发现原来./configure后面要加qt的相关参数,我的/usr/lib下有qt4及qt-3.3所以我下这样的命令:
./configure –with-qt-dir=/usr/lib/qt4/ –with-qt-includes=/usr/lib/qt4/include/ –with-qt-libraries=/usr/lib/qt4/lib/
还是一样的错误
我只好改成
./configure –with-qt-dir=/usr/lib/qt-3.3/ –with-qt-includes=/usr/lib/qt-3.3/include/ –with-qt-libraries=/usr/lib/qt-3.3/lib/
ok,成功了,也进去了ptt.cc但是是乱码,改了big5显示后没有回应,这是怎么一回事?不知道,待解!