diff --git a/COMPILE.txt b/COMPILE.txt index e4620718d..2bd728c4d 100644 --- a/COMPILE.txt +++ b/COMPILE.txt @@ -52,7 +52,7 @@ Requirements: Compile: - Enter root directory of RawTherapee source tree - Type: cmake -D CMAKE_C_COMPILER=gcc-mp-4.5 -D CMAKE_CXX_COMPILER=g++-mp-4.5 . (to enable OpenMP) OR: - cmake -D OPTION_OMP=false (to disable OpenMP and use the older compiler) + cmake -D OPTION_OMP=false . (to disable OpenMP and use the older compiler) - Type: make install - Type: ./tools/osx/make-app-bundle - You will find a RawTherapee.dmg file in release/ folder; this is the distribution release and can be run on any 10.5 or 10.6 Intel machine.