Fixed a typo in the COMPIL instructions on OSX

This commit is contained in:
Wyatt Olson
2010-06-01 09:07:50 -06:00
parent aff8872b55
commit d2aeadd8e7

View File

@@ -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.