8 - GTK and GTKMM development environments
\r
12 - Enter the root directory of the RawTherapee source tree
\r
13 - Type: cmake -G "MSYS Makefiles" .
\r
14 - Type: make install
\r
15 - You find the compiled program in the release directory
\r
22 - GTK and GTKMM development packages
\r
23 - libtiff, libpng, libjpeg, lcms, libiptcdata development packages
\r
24 - ...did I forget something?
\r
26 On Ubuntu/Debian the requirements can be installed by running:
\r
27 sudo apt-get install build-essential cmake libgtk2.0-dev libgtkmm-2.4-dev libtiff-dev libpng-dev libjpeg-dev liblcms-dev libiptcdata-dev subversion
\r
30 - Enter the root directory of the RawTherapee source tree
\r
32 - Type: make install
\r
33 - You find the compiled program in the release directory (you can copy it
\r
36 ...If you have problems with the compilation, identified the reason and fixed
\r
37 the bug, please send me the updated build scripts (CMakeLists.txt files) to:
\r
38 hgabor@rawtherapee.com
\r