changeset 292:0439da59faef

notes
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 14 Dec 2012 15:33:17 +0100
parents 4d7469f72a0b
children 7417915ce0f3
files INSTALL
diffstat 1 files changed, 6 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/INSTALL	Fri Dec 14 15:15:48 2012 +0100
+++ b/INSTALL	Fri Dec 14 15:33:17 2012 +0100
@@ -46,7 +46,7 @@
 To build binaries with debug information:
 
 # cd ~/OrthancBuild
-# cmake -DCMAKE_BUILD_TYPE=DEBUG ~/Orthanc
+# cmake -DCMAKE_BUILD_TYPE=Debug ~/Orthanc
 # make
 # make doc
 
@@ -54,7 +54,7 @@
 To build a release version:
 
 # cd ~/OrthancBuild
-# cmake -DCMAKE_BUILD_TYPE=RELEASE ~/Orthanc
+# cmake -DCMAKE_BUILD_TYPE=Release ~/Orthanc
 # make
 # make doc
 
@@ -64,7 +64,7 @@
 recent enough. This greatly speeds up the compilation:
 
 # cd ~/OrthancBuild
-# cmake -DSTATIC_BUILD=OFF -DCMAKE_BUILD_TYPE=DEBUG ~/Orthanc
+# cmake -DSTATIC_BUILD=OFF -DCMAKE_BUILD_TYPE=Debug ~/Orthanc
 # make
 
 
@@ -76,7 +76,7 @@
 the following command:
 
 # cd ~/OrthancBuild
-# cmake -DCMAKE_TOOLCHAIN_FILE=~/Orthanc/Resources/MinGWToolchain.cmake -DSTANDALONE_BUILD=ON -DCMAKE_BUILD_TYPE=DEBUG ~/Orthanc
+# cmake -DCMAKE_TOOLCHAIN_FILE=~/Orthanc/Resources/MinGWToolchain.cmake -DSTANDALONE_BUILD=ON -DCMAKE_BUILD_TYPE=Debug ~/Orthanc
 # make
 
 
@@ -85,7 +85,7 @@
 -------------------------------------------
 
 # cd [...]\OrthancBuild
-# cmake -G "MinGW Makefiles" -DCMAKE_BUILD_TYPE=DEBUG [...]\Orthanc
+# cmake -G "MinGW Makefiles" -DCMAKE_BUILD_TYPE=Debug [...]\Orthanc
 # mingw32-make
 
 
@@ -115,6 +115,6 @@
 time (because of a packaging error in "libdcmtk"):
 
 # cd ~/OrthancBuild
-# cmake "-DDCMTK_LIBRARIES=wrap;oflog" -DSTATIC_BUILD=OFF -DCMAKE_BUILD_TYPE=DEBUG ~/Orthanc
+# cmake "-DDCMTK_LIBRARIES=wrap;oflog" -DSTATIC_BUILD=OFF -DCMAKE_BUILD_TYPE=Debug ~/Orthanc
 # make