Compile as a release version for better performance (default is debug mode).
This commit is contained in:
@@ -45,7 +45,7 @@ Linux
|
|||||||
|
|
||||||
Compile:
|
Compile:
|
||||||
- Enter the root directory of the RawTherapee source tree
|
- 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
|
- Type: make install
|
||||||
- You find the compiled program in the release directory (you can copy it
|
- You find the compiled program in the release directory (you can copy it
|
||||||
anywhere you want)
|
anywhere you want)
|
||||||
|
Reference in New Issue
Block a user