libkdcraw-14.12.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.7 platform.

Package Information

Libkdcraw Dependencies

Required

kdelibs-4.14.5 and libraw-0.16.0

Optional

OpenSSL-1.0.2

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

Installation of libkdcraw

Install libkdcraw 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: None
Installed Library: libkdcraw.so
Installed Directories: $KDE_PREFIX/include/libkdcraw and $KDE_PREFIX/share/apps/libkdcraw

Last updated on 2014-04-17 04:42:57 -0500