comparison Sphinx/source/faq/troubleshooting.rst @ 360:d217af5e6cb3

links to hg
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 30 Mar 2020 20:14:52 +0200
parents 011b01ccf52d
children e66534972166
comparison
equal deleted inserted replaced
359:9acb9354da1a 360:d217af5e6cb3
104 issue does *not* affect all the versions of GNU/Linux. A patch to 104 issue does *not* affect all the versions of GNU/Linux. A patch to
105 this issue is shipped with the Orthanc source code. In order to take 105 this issue is shipped with the Orthanc source code. In order to take
106 advantage of this patch, you need to statically link Orthanc against 106 advantage of this patch, you need to statically link Orthanc against
107 DCMTK by using the ``-DUSE_SYSTEM_DCMTK=OFF`` flag `when invoking 107 DCMTK by using the ``-DUSE_SYSTEM_DCMTK=OFF`` flag `when invoking
108 CMake 108 CMake
109 <https://bitbucket.org/sjodogne/orthanc/src/default/LinuxCompilation.txt>`__. 109 <https://hg.orthanc-server.com/orthanc/file/default/LinuxCompilation.txt>`__.
110 110
111 Checking DICOM file integrity 111 Checking DICOM file integrity
112 ----------------------------- 112 -----------------------------
113 Orthanc stores, in its database, an `MD5 hash <https://en.wikipedia.org/wiki/MD5>`_ of the DICOM file contents. 113 Orthanc stores, in its database, an `MD5 hash <https://en.wikipedia.org/wiki/MD5>`_ of the DICOM file contents.
114 114