Gwenview-4.12.2

Introduction to Gwenview

Gwenview is a fast and easy-to-use image viewer for KDE.

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

Package Information

Gwenview Dependencies

Required

kdelibs-4.12.2

Recommended

Optional

Little CMS-2.5 and Kipi-Plugins (a collection of image manipulation plugins)

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

Installation of Gwenview

Install Gwenview by running the following commands:

mkdir build &&
cd    build &&

cmake -DCMAKE_INSTALL_PREFIX=$KDE_PREFIX \
      -DCMAKE_BUILD_TYPE=Release         \
      -Wno-dev .. &&
make

Now, as the root user:

make install

Contents

Installed Programs: gwenview and gwenview_importer
Installed Libraries: libgwenviewlib.so and gvpart.so
Installed Directories: several in $KDE_PREFIX/share

Short Descriptions

gwenview

is the KDE image viewer.

Last updated on 2014-02-28 15:16:23 -0800