Kdenetwork-4.8.3

Introduction to Kdenetwork

This package provides several KDE applications useful in a networking environment. Applications include a download manager (KGet), instant messaging client (Kopete) and PPP frontend (Kppp).

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

Package Information

Kdenetwork Dependencies

Required

kdepimlibs-4.8.3, kde-workspace-4.8.3 and kde-baseapps-4.8.3

Recommended

Optional

JasPer-1.900.1, libidn-1.24, Speex-1.2rc1, libv4l, libktorrent, libmms, libortp, XMMS, libotr, libmsn, mediastreamer, libmeanwhile, libgadu, msiLBC and libvncserver

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

Installation of Kdenetwork

Install kdenetwork by running the following commands:

mkdir build &&
cd build &&
cmake -DCMAKE_INSTALL_PREFIX=$KDE4_PREFIX \
      -DKDE_DEFAULT_HOME=.kde4 \
      -DSYSCONF_INSTALL_DIR=/etc/kde4 \
      .. &&
make

Now, as the root user:

make install

Command Explanations

-DDISABLE_VIDEOSUPPORT=ON: Set this option in case you don't have libv4l installed.

Contents

Installed Programs: kget, kopete, kopete_latexconvert.sh, kppp, kppplogview, krdc, krfb, winpopup-install and winpopup-send
Installed Libraries: libkgetcore.so, libkopete*.so, libkyahoo.so, liboscar.so, libkrdccore.so, libkrfbprivate.so, libqgroupwise.so and several in $KDE4_PREFIX/lib/kde4
Installed Directories: several in $KDE4_PREFIX/include and $KDE4_PREFIX/share

Last updated on 2012-05-10 17:39:01 +0000