Gwenview-4.14.3

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

Package Information

Gwenview Dependencies

Required

libkdcraw-15.04.3 and kdelibs-4.14.10

Recommended

Optional

Little CMS-2.7 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 2015-09-24 01:48:57 -0700