Hi,
Few days ago, I’ve encountered a problem in compiling RT the automatic way.
$ ./build-rawtherapee
Program name: rawtherapee
Build type: release
Build without updating: false
-- CMAKE_BUILD_TYPE: release
-- Checking for module 'exiv2>=0.24'
-- No package 'exiv2' found
CMake Error at /usr/share/cmake-3.18/Modules/FindPkgConfig.cmake:545 (message):
A required package was not found
Call Stack (most recent call first):
/usr/share/cmake-3.18/Modules/FindPkgConfig.cmake:733 (_pkg_check_modules_internal)
CMakeLists.txt:502 (pkg_check_modules)
-- Configuring incomplete, errors occurred!
See also "/home/karl/programs/code-rawtherapee/build/CMakeFiles/CMakeOutput.log".
See also "/home/karl/programs/code-rawtherapee/build/CMakeFiles/CMakeError.log".
I’ve already updated exiv2 to version 0.27.3
Is there a trick ?