# HG changeset patch # User Sebastien Jodogne # Date 1561797358 -7200 # Node ID 0013818bf6d4cfa6b43733b1d4720e66d8f21984 # Parent 1bcc35e4615a77b6af3097a1f7627e43fa8173f1 centos diff -r 1bcc35e4615a -r 0013818bf6d4 Resources/OldBuildInstructions.txt --- 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 \