Gwenview-4.14.1

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.6 platform.

Package Information

Gwenview Dependencies

Required

libkdcraw-4.14.1 and kdelibs-4.14.1

Recommended

Optional

Little CMS-2.6 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-09-17 21:56:07 -0700