libkdcraw-15.08.2

Introduction to libkdcraw

Libkdcraw is a C++ interface around the LibRaw library used to decode RAW picture files.

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

Package Information

Libkdcraw Dependencies

Required

kdelibs-4.14.16 and libraw-0.17.1

Optional

OpenSSL-1.0.2g

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

Installation of libkdcraw

Install libkdcraw by running the following commands:

sed -e '/3/a add_definitions(${KDE4_ENABLE_EXCEPTIONS})' \
        -i libkdcraw/CMakeLists.txt &&

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

Command Explanations

sed ... libkdcraw/CMakeLists.txt: Allow C++ exceptions that are needed for libraw-0.16.2 headers.

Contents

Installed Programs: None
Installed Library: libkdcraw.so
Installed Directories: $KDE_PREFIX/include/libkdcraw and $KDE_PREFIX/share/apps/libkdcraw

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