Kdegraphics-4.6.0

Introduction to Kdegraphics

Kdegraphics provides KDE programs to manage the video display and graphical output. Applications include a kamera project, PDF, DVI, and Postscript viewers, an application to adjust monitor gamma correction, a 3D modeling application to generate POV-Ray scenes, a scanner application and support files for okular.

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

Package Information

Kdegraphics Dependencies

Required

qca-2.0.3, qimageblitz-0.0.6 libdbusmenu-qt-0.7.0,

Recommended

Optional

Poppler-0.14.4, SANE-1.0.19, gphoto, chm, epub, ddjvuapi

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

Installation of Kdegraphics

Install kde4graphics 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 Programs: gwenview, okular and numerous other programs
Installed Libraries: several libs in $KDE4_PREFIX/lib
Installed Directory:

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