Proper check for rawzor libraries.
[rawtherapee-fixes.git] / compile
blobeede01e9f65d0e7100f7c66615ea308843b71b11
1 \r
2 Windows\r
3 -------\r
4 \r
5 Requirements:\r
6 - MinGW + MSYS\r
7 - CMake\r
8 - GTK and GTKMM development environments\r
9 \r
10 Compile:\r
11 - Start MSYS\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
17 Linux\r
18 -----\r
20 Requirements:\r
21 - CMake\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
29 Compile:\r
30 - Enter the root directory of the RawTherapee source tree\r
31 - Type: cmake .\r
32 - Type: make install\r
33 - You find the compiled program in the release directory (you can copy it \r
34 anywhere you want)\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