Does anybody know how to install kscope into Ubuntu 9.04?
tar xzvf kscope-1.9.4.tar.gz
sudo apt-get install build-essential
sudo install checkinstall
qmake make sudo checkinstall
Comments
http://kscope.sourceforge.net/dload.shtml
Download it, navigate to the download directory from the terminal and extract the file.
You need the basic build tools.
It depends on >Qt 4.4.0 and Qscintilla2, both available in the Jaunty repositories.
I would also install checkinstall, to your package manager can track the package.
Then
More on compiling from source in Ubuntu.
https://help.ubuntu.com/community/CompilingEasyHowTo