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.6/src/kdevelop-3.3.6.tar.bz2
Download (FTP): ftp://ftp.kde.org/pub/kde/stable/3.5.6/src/kdevelop-3.3.6.tar.bz2
Download MD5 sum: 0de7c7d82c176456f2adff48981f5d40
Download size: 7.8 MB
Estimated disk space required: 179 MB (additional 8 MB for API docs)
Estimated build time: 14.1 SBU (additional 0.2 SBU for API docs)
libjpeg-6b, libxml2-2.6.26, and the apidox from kdelibs-3.5.6 (if building API documentation).
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:
sed -i -e 's/ kdevutil$//' buildtools/lib/widgets/Makefile.in && ./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.
This package does not come with a test suite.
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
sed -i -e 's/ kdevutil$//' buildtools/lib/widgets/Makefile.in: Remove a duplicate entry on a line in the Makefile that causes the build of the API documentation to fail.
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 2007-02-14 11:57:11 -0600