This package includes programs and libraries that are central to development and execution of KDE programs.
This package is known to build and work properly using an LFS-7.1 platform.
Download (HTTP): http://mirrors.isc.org/pub/kde/stable/4.8.3/src/kdelibs-4.8.3.tar.xz
Download (FTP): http://mirrors.isc.org/pub/kde/stable/4.8.3/src/kdelibs-4.8.3.tar.xz
Download MD5 sum: c4987c838164bd9ee2787e77243fe4a9
Download size: 11.4 MB
Estimated disk space required: 1.7 GB
Estimated build time: 24 SBU
phonon-4.6.0, alsa-lib-1.0.25, attica-0.3.0, soprano-2.7.5, strigi-0.7.5, qca-2.0.3, libdbusmenu-qt-0.9.0, docbook-xml-4.5, docbook-xsl-1.76.1, shared-desktop-ontologies-0.9.0 and shared-mime-info-1.0
polkit-qt-0.103.0, libpng-1.5.9, libjpeg-8d, giflib-4.1.6, UPower-0.9.16 and UDisks-1.0.4
JasPer-1.900.1, PCRE-8.30, Avahi-0.6.31, OpenSSL-1.0.1a, acl-2.2.51, Aspell-0.60.6.1, enchant-1.6.0, Hspell, Grantlee, FAM, HUPnP, MIT Kerberos V5-1.10.1 and OpenEXR
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/kdelibs
Install Kdelibs by running the following commands:
mkdir build &&
cd build &&
cmake -DCMAKE_INSTALL_PREFIX=$KDE4_PREFIX \
-DKDE_DEFAULT_HOME=.kde4 \
-DSYSCONF_INSTALL_DIR=/etc/kde4 \
-DDOCBOOKXML_CURRENTDTD_DIR=/usr/share/xml/docbook/xml-dtd-4.5 \
.. &&
make
Now, as the root user:
make install
-DKDE_DEFAULT_HOME=.kde4: This option
is set to avoid clashes with a KDE3 installation on the same
machine.
-DSYSCONF_INSTALL_DIR=/etc/kde4: This
option is set to install configuration files in /etc.
-DDOCBOOKXML_CURRENTDTD_DIR=...: This
option is used to find the DTDs.
Last updated on 2012-05-10 17:39:01 +0000