Mercurial > hg > orthanc
changeset 3452:0013818bf6d4
centos
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Sat, 29 Jun 2019 10:35:58 +0200 |
parents | 1bcc35e4615a |
children | 9ea218c90057 |
files | Resources/OldBuildInstructions.txt |
diffstat | 1 files changed, 12 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/Resources/OldBuildInstructions.txt Thu Jun 27 16:49:31 2019 +0200 +++ b/Resources/OldBuildInstructions.txt Sat Jun 29 10:35:58 2019 +0200 @@ -133,6 +133,18 @@ libpng-devel sqlite-devel libuuid-devel openssl-devel \ lua-devel mercurial patch tar +Using static linking with Civetweb (tested with Orthanc 1.5.7): + +# cmake -DSTATIC_BUILD=ON \ + -DSTANDALONE_BUILD=ON \ + -DUSE_LEGACY_JSONCPP=ON \ + -DUSE_LEGACY_LIBICU=ON \ + -DBOOST_LOCALE_BACKEND=icu \ + -DCMAKE_BUILD_TYPE=Debug \ + ~/Orthanc + +Using Mongoose (untested): + # cmake -DALLOW_DOWNLOADS=ON \ -DUSE_SYSTEM_JSONCPP=OFF \ -DUSE_SYSTEM_CIVETWEB=OFF \