# HG changeset patch # User Sebastien Jodogne # Date 1366192276 -7200 # Node ID 1da6ec6038f51f5b3a9b78e4c62e13181ed7154c # Parent 2cef9c2d414868bb40de460e8f3959ed360b2249 notes diff -r 2cef9c2d4148 -r 1da6ec6038f5 INSTALL --- a/INSTALL Wed Apr 17 11:13:51 2013 +0200 +++ b/INSTALL Wed Apr 17 11:51:16 2013 +0200 @@ -46,7 +46,7 @@ To build binaries with debug information: # cd ~/OrthancBuild -# cmake -DCMAKE_BUILD_TYPE=Debug ~/Orthanc +# cmake -DSTATIC_BUILD=ON -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 -DSTATIC_BUILD=ON -DCMAKE_BUILD_TYPE=Release ~/Orthanc # make # make doc