From cd87bc9bf062a36a3ca4d2f7823e104139e65bf3 Mon Sep 17 00:00:00 2001 From: janrinze Date: Sun, 24 Oct 2010 18:53:49 +0200 Subject: [PATCH] Update compilation info for people working with tdm-gcc had a typo which cause errors when doing copy-paste to cmdline --- COMPILE.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/COMPILE.txt b/COMPILE.txt index 8fb0131ec..9892d7582 100644 --- a/COMPILE.txt +++ b/COMPILE.txt @@ -24,7 +24,7 @@ Windows Compile: - Enter the root directory of the RawTherapee source tree - - Type: cmake -G "MingW Makefiles" -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=./release -DBINDIR=. -DDATADIR=. -DLIBDIR=. + - Type: cmake -G "MinGW Makefiles" -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=./release -DBINDIR=. -DDATADIR=. -DLIBDIR=. - Type: mingw32-make.exe install - You find the compiled program in the "release" directory