from: http://www.darktable.org/install/
RHEL 6 / SL 6 / Centos 6 Only darktable-1.0.5 can be provided for these distributions due to restrictions on the Glib version available. Still, try it out, 1.0 has many nice features already and most of the hardware support has been ported back by Pascal - that's where the .5 comes from. * install the linuxtech.repo config file if you don't have it already: su - root cd /etc/yum.repos.d/ wget http://pkgrepo.linuxtech.net/el6/release/linuxtech.repo * install darktable: yum --enablerepo=linuxtech-testing install darktable End URL install. When I attempt to build darktable from source: [ykarant@jb344 darktable-1.4.2]$ ./build.sh Darktable build script Building directory: ./build Installation prefix: /opt/darktable/ Build type: Release Make program: make Make tasks: 4 -- The CXX compiler identification is GNU -- The C compiler identification is GNU -- Check for working CXX compiler: /usr/bin/c++ -- Check for working CXX compiler: /usr/bin/c++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working C compiler: /usr/bin/gcc -- Check for working C compiler: /usr/bin/gcc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Found Gettext -- Found msgfmt to convert language file. Translation enabled -- Found xsltproc -- Try OpenMP C flag = [-fopenmp] -- Performing Test OpenMP_FLAG_DETECTED -- Performing Test OpenMP_FLAG_DETECTED - Success -- Try OpenMP CXX flag = [-fopenmp] -- Performing Test OpenMP_FLAG_DETECTED -- Performing Test OpenMP_FLAG_DETECTED - Success -- Found OpenMP: -fopenmp -- checking for module 'glib-2.0' -- found glib-2.0, version 2.26.1 CMake Error at cmake/modules/FindGlib.cmake:33 (message): Glib version check failed. Version 2.26.1 was found, at least version 2.30 is required Call Stack (most recent call first): src/CMakeLists.txt:123 (find_package) -- Configuring incomplete, errors occurred! End output. Any suggestions? Has anyone built this application? Yasha Karant
