This package several applications useful for developers. Programs include a version control system front-end for CVS, a program to view the differences between files, a UML Modeller, and a profile data visualization tool.
This package is known to build and work properly using an LFS-6.7 platform.
Download (HTTP): http://mirrors.isc.org/pub/kde/stable/4.6.0/src/kdesdk-4.6.0.tar.bz2
Download (FTP): ftp://ftp.kde.org/pub/kde/stable/4.6.0/src/kdesdk-4.6.0.tar.bz2
Download MD5 sum: 3bb8a404758e3fa9f2ca1658d175c094
Download size: 6 MB
Estimated disk space required: 589 MB
Estimated build time: 10.7 SBU
libxml2-2.7.8, libxslt-1.1.26, qca-2.0.3, kde4pimlibs-4.6.0,
HUNSPELL, Antlr
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/kde4sdk
Install Kdesdk 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