Mercurial > hg > orthanc
changeset 377:1da6ec6038f5
notes
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 17 Apr 2013 11:51:16 +0200 |
parents | 2cef9c2d4148 |
children | 31c68a95c825 956e07916a57 |
files | INSTALL |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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