Monday, June 9, 2008

building knowit on ubuntu 8.04

downloaded stable knowit
./configure failed with following error message:
checking for Qt... configure: error: Qt (>= Qt 3.0) (headers and libraries) not found. Please check your installation!

Installed the following packages using synaptic:
qt3-devtools (may not have needed this one)
libqt3-headers
libqt3-mt-dev
kde
kde-devel

./configure
make
sudo make install

(success!)

can now run knowit as /usr/local/kde/bin/knowit

No comments: