Sophie

Sophie

distrib > Mageia > 7 > armv7hl > by-pkgid > 31d62dea3f152e47d73c66daa7b33373 > files > 3

libkdcraw-19.04.0-1.mga7.armv7hl.rpm

LibRaw C++ interface for KDE

-- AUTHORS -----------------------------------------------------------

See AUTHORS file for details.

-- ABOUT -------------------------------------------------------------

Libkdcraw is a C++ interface around LibRaw library used to decode RAW
picture files. More information about LibRaw can be found at http://www.libraw.org.

The library documentation is available on header files.

-- DEPENDENCIES -------------------------------------------------------

CMake      >= 2.8.12                   http://www.cmake.org
ECM        >= 1.1.0                    https://projects.kde.org/projects/kdesupport/extra-cmake-modules
libqt      >= 5.2.0                    http://qt-project.org
libraw     >= 0.16.x                   http://www.libraw.org

-- INSTALL ------------------------------------------------------------

Usual CMake options:

-DCMAKE_INSTALL_PREFIX : decide where the program will be install on your computer.
-DCMAKE_BUILD_TYPE     : decide which type of build you want. You can chose between "debug", "profile", "relwithdebinfo" and "release". The default is "relwithdebinfo" (-O2 -g).

Note: To know KDE install path on your computer, use 'kf5-config --prefix' command line like this (with debug object enabled):

"cmake . -DCMAKE_BUILD_TYPE=debug -DCMAKE_INSTALL_PREFIX=`kf5-config --prefix`"