Kdebase-Runtime-4.6.0

Introduction to Kdebase-Runtime

kdebase-runtime is for runtime dependencies and is a required package for KDE applications like kdesu, kfile etc.

This package is known to build and work properly using an LFS-6.7 platform.

Package Information

Kdebase-Runtime Dependencies

Required

attica-0.2.0, soprano-2.5.63 strigi-0.6.4

Recommended

Optional

xine Libraries-1.1.20, SLP, NetworkManager, libcanberra, QNtrack

User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/kde4baseruntime

Installation of Kdebase-Runtime

Install kdebaseruntime 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/kde4 \
      .. &&
make

Now, as the root user:

make install

Contents

Installed Program: several programs in $KDE4_PREFIX/bin
Installed Library: several libs in $KDE4_PREFIX/lib
Installed Directory:

Last updated on 2011-10-26 21:29:54 +0000