Compile as a release version for better performance (default is debug mode).

This commit is contained in:
Gyurk? M. 'dualon' D?vid
2010-12-04 01:33:36 +01:00
parent 89af396a6b
commit 2cd64f798c

View File

@@ -45,7 +45,7 @@ Linux
Compile:
- Enter the root directory of the RawTherapee source tree
- Type: cmake -DCMAKE_INSTALL_PREFIX=./release -DBINDIR=. -DDATADIR=. -DLIBDIR=.
- Type: cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=./release -DBINDIR=. -DDATADIR=. -DLIBDIR=.
- Type: make install
- You find the compiled program in the release directory (you can copy it
anywhere you want)