This package provides tools and editors for development.
This package is known to build and work properly using an LFS-6.7 platform.
Download (HTTP): http://mirrors.isc.org/pub/kde/stable/kdevelop/4.2.0/src/kdevelop-4.2.0.tar.bz2
Download (FTP): ftp://ftp.kde.org/pub/kde/stable/kdevelop/4.2.0/src/kdevelop-4.2.0.tar.bz2
Download MD5 sum: f418966fd2545d40e841c88121e7b93a
Download size: 4.9 MB
Estimated disk space required: 246 MB
Estimated build time: 5.5 SBU
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/kdevelop4
Install Kdevelop by running the following commands:
mkdir build && cd build
Prepare the package for compilation:
cmake -DCMAKE_INSTALL_PREFIX=$KDE4_PREFIX \ -DKDE_DEFAULT_HOME=.kde4 \ -DSYSCONF_INSTALL_DIR=/etc/sysconfig \ .. && make
Now, as the root
user:
make install
Last updated on 2011-03-09 20:39:52 +0000