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.
Download (HTTP): http://download.kde.org/stable/applications/14.12.2/src/libkdcraw-14.12.2.tar.xz
Download MD5 sum: fe93581e60a21de873a40a42f5f58093
Download size: 104 KB
Estimated disk space required: 3.3 MB
Estimated build time: 0.1 SBU
kdelibs-4.14.5 and libraw-0.16.0
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/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
Last updated on 2014-04-17 04:42:57 -0500