libkdcraw-24.08.0

Introduction to libkdcraw

Libkdcraw is a KDE wrapper around the libraw-0.21.2 library for manipulating image metadata.

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

Package Information

libkdcraw Dependencies

Required

KDE Frameworks-6.5.0 and libraw-0.21.2

Installation of libkdcraw

Install libkdcraw by running the following commands:

mkdir build &&
cd    build &&

cmake -D CMAKE_INSTALL_PREFIX=$KF6_PREFIX \
      -D CMAKE_BUILD_TYPE=Release         \
      -D BUILD_TESTING=OFF                \
      -D QT_MAJOR_VERSION=6               \
      -W no-dev .. &&
make

This package does not come with a test suite.

Now, as the root user:

make install

Contents

Installed Programs: None
Installed Library: libKDcrawQt6.so
Installed Directories: $KF5_PREFIX/include/KDcrawQt6 and $KF5_PREFIX/lib/cmake/KDcrawQt6