Kdebase-4.6.0

Introduction to Kdebase

This package provides various applications, infrastructure files and libraries.

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

Package Information

Kdebase Dependencies

Required

soprano-2.5.63

Recommended

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

Installation of Kdebase

Install Kdebase 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: dolphin, kbookmarkmerger, kdepasswd, kdialog, keditbookmarks, kfind, kfmclient, konqueror, konsole, konsoleprofile, kwrite, nspluginscan, nspluginviewer, servicemenudeinstallation, servicemenuinstallation
Installed Library: Several libs in $KDE4_PREFIX/lib{,/kde4}
Installed Directory: None

Short Descriptions

kde4base

is a testing utility for kde4base-generated build trees.

Last updated on 2011-03-19 18:19:07 +0000