Download (HTTP): http://mirrors.isc.org/pub/kde/stable/3.4.1/src/kdevelop-3.2.1.tar.bz2
Download (FTP): ftp://ftp.kde.org/pub/kde/stable/3.4.1/src/kdevelop-3.2.1.tar.bz2
Download MD5 sum: 7a5e9f2fb8a9539a41541dba566a234a
Download size: 8.0 MB
Estimated disk space required: 191 MB (additional 14.6 MB for API docs)
Estimated build time: 16.6 SBU (additional 1.4 SBU for API docs)
Python-2.4.1, DocBase, GraphViz, and Doxygen-1.4.3
Install kdevelop with:
./configure --prefix=$KDE_PREFIX --disable-debug \ --disable-dependency-tracking && make
If you wish to create the API documentation and you have Doxygen and GraphViz installed, make apidox must be done before make install. You'll also need to run make install-apidox to install the API documentation.
Now, as the root user:
make install && chown -v -R root:root $KDE_PREFIX/kdevbdb
chown -v -R root:root $KDE_PREFIX/kdevbdb: If kdevelop is built by any user other than root the installed Berkeley-DB files will have incorrect ownership. This command changes the ownership to root:root.
Last updated on 2005-08-01 13:29:19 -0600