# HG changeset patch # User Sebastien Jodogne # Date 1355495597 -3600 # Node ID 0439da59faef04ba5330a3bdfe67aea3550d5674 # Parent 4d7469f72a0bf99c82907301ac82132a21b06c7d notes diff -r 4d7469f72a0b -r 0439da59faef INSTALL --- 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