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

Package Information

Gwenview Dependencies

Required

libkdcraw-15.08.2 and kdelibs-4.14.16

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           \
      -DCMAKE_MINIMUM_REQUIRED_VERSION=3.0 \
      -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.

gwenview_importer

is a tool to download photos with gwenview.

Last updated on 2016-03-02 13:42:47 -0800