From d2aeadd8e722a5909be55715b29adf8727598e28 Mon Sep 17 00:00:00 2001 From: Wyatt Olson Date: Tue, 1 Jun 2010 09:07:50 -0600 Subject: [PATCH] Fixed a typo in the COMPIL instructions on OSX --- COMPILE.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.