diff INSTALL @ 2086:630606097798

GNU/Linux
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 16 Sep 2016 09:18:35 +0200
parents 5e9c40419fb9
children 0611aa383e62
line wrap: on
line diff
--- a/INSTALL	Tue Sep 13 17:08:15 2016 +0200
+++ b/INSTALL	Fri Sep 16 09:18:35 2016 +0200
@@ -51,14 +51,19 @@
 third-party dependencies, delete the "~/Orthanc/ThirdPartyDownloads/"
 folder, then restart cmake.
 
+WARNING 3: If performance is important to you, make sure to add the
+option "-DCMAKE_BUILD_TYPE=Release" when invoking cmake. Indeed, by
+default, run-time debug assertions are enabled, which can seriously
+impact performance, especially if your Orthanc server stores a lot of
+DICOM instances.
 
-Native Linux Compilation
-------------------------
+
+Native GNU/Linux Compilation
+----------------------------
 
 See the file "LinuxCompilation.txt".
 
 
-
 Native OS X Compilation
 -----------------------
 
@@ -85,8 +90,8 @@
 
 
 
-Cross-Compilation for Windows under Linux
------------------------------------------
+Cross-Compilation for Windows under GNU/Linux
+---------------------------------------------
 
 To cross-compile Windows binaries under Linux using MinGW, please use
 the following command: