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.
Download (HTTP): http://mirrors.isc.org/pub/kde/stable/4.8.3/src/kdenetwork-4.8.3.tar.xz
Download (FTP): http://mirrors.isc.org/pub/kde/stable/4.8.3/src/kdenetwork-4.8.3.tar.xz
Download MD5 sum: f6749a63de31ed16725bb71bd0eafaca
Download size: 8.5 MB
Estimated disk space required: 665 MB
Estimated build time: 9.3 SBU
kdepimlibs-4.8.3, kde-workspace-4.8.3 and kde-baseapps-4.8.3
libpng-1.5.9, libjpeg-8d, giflib-4.1.6, SQLite-3.7.11 and OpenSSL-1.0.1c
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
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
-DDISABLE_VIDEOSUPPORT=ON: Set this
option in case you don't have libv4l installed.
Last updated on 2012-05-10 17:39:01 +0000