Fixed a typo in the COMPIL instructions on OSX
This commit is contained in:
@@ -52,7 +52,7 @@ Requirements:
|
|||||||
Compile:
|
Compile:
|
||||||
- Enter root directory of RawTherapee source tree
|
- 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:
|
- 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: make install
|
||||||
- Type: ./tools/osx/make-app-bundle
|
- 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.
|
- 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.
|
||||||
|
Reference in New Issue
Block a user