diff Resources/OldBuildInstructions.txt @ 3457:9ea218c90057

merge
author Alain Mazy <alain@mazy.be>
date Wed, 03 Jul 2019 10:31:06 +0200
parents 0013818bf6d4
children
line wrap: on
line diff
--- a/Resources/OldBuildInstructions.txt	Wed Jul 03 10:28:17 2019 +0200
+++ b/Resources/OldBuildInstructions.txt	Wed Jul 03 10:31:06 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 \