Update compilation info for people working with tdm-gcc

had a typo which cause errors when doing copy-paste to cmdline
This commit is contained in:
janrinze
2010-10-24 18:53:49 +02:00
parent f59ab56ea5
commit cd87bc9bf0

View File

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