%general-entities; ]> $LastChangedBy$ $Date$ libkdcraw-&libkdcraw-version; libkdcraw Introduction to libkdcraw Libkdcraw is a C++ interface around the LibRaw library used to decode RAW picture files. &lfs79_checked; Package Information Download (HTTP): Download (FTP): Download MD5 sum: &libkdcraw-md5sum; Download size: &libkdcraw-size; Estimated disk space required: &libkdcraw-buildsize; Estimated build time: &libkdcraw-time; Libkdcraw Dependencies Required and Optional User Notes: 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-dir; \ -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 Installed Library Installed Directories None libkdcraw.so &kde-dir;/include/libkdcraw and &kde-dir;/share/apps/libkdcraw