Kdenetwork-4.6.0

Introduction to Kdenetwork

This package provides several KDE applications useful in a networking environment. Applications include clients for chat, PPP, news, instant messages, and similar programs.

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

Package Information

Kdenetwork Dependencies

Required

perl, phonon, kdepimlibs jpeg, soprano , qca, strigi, gpgme, boost

Recommended

Optional

libv4l, libktorrent, oRTP, Speex, XMMS, libotr, libmsn, mediastreamer, libmeanwhile, msiLBC, sqlite, shr-deskt-onto, alsa, libgadu, gif, glib2, firefox, libvncserver

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

Installation of Kdenetwork

Install kde4network 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

Command Explanations

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

Contents

Installed Programs: kget, kopete, kopete_latexconvert.sh, kppp, kppplogview, krdc, krfb, winpopup-install, winpopup-send
Installed Libraries: libkget*, libkopete*, libkyahoo*, liboscar*, libkrdc*, libkrfb*, libqgroupwise*
Installed Directory:

Last updated on 2011-03-09 20:39:52 +0000