Kdevelop provides an Integrated Development Environment (IDE) to be used for a wide variety of programming tasks.
Download (HTTP): http://mirrors.isc.org/pub/kde/stable/3.5.2/src/kdevelop-3.3.2.tar.bz2
Download (FTP): ftp://ftp.kde.org/pub/kde/stable/3.5.2/src/kdevelop-3.3.2.tar.bz2
Download MD5 sum: 494c9320a5f8681b67a3a06fa0ce18b7
Download size: 7.8 MB
Estimated disk space required: 178 MB (additional 21 MB for API docs)
Estimated build time: 12.9 SBU (additional 1.2 SBU for API docs)
Python-2.4.4, DocBase, Graphviz-2.8, and Doxygen-1.4.6
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/kdevelop
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.
Now, as the root user:
make install && chown -v -R root:root $KDE_PREFIX/kdevbdb
If you created the API documentation, install it with:
make install-apidox
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 2006-06-21 11:26:07 -0500