comparison Sphinx/source/plugins/dicomweb.rst @ 81:4eea0dc5f071

documenting wsi
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 15 Dec 2016 18:20:59 +0100
parents 11e204c432a7
children c9a33e4a0577
comparison
equal deleted inserted replaced
80:0e8b85acf3e0 81:4eea0dc5f071
29 :ref:`core of Orthanc <compiling>`. The following commands should work 29 :ref:`core of Orthanc <compiling>`. The following commands should work
30 for every UNIX-like distribution (including GNU/Linux):: 30 for every UNIX-like distribution (including GNU/Linux)::
31 31
32 $ mkdir Build 32 $ mkdir Build
33 $ cd Build 33 $ cd Build
34 $ cmake .. -DSTATIC_BUILD=ON 34 $ cmake .. -DSTATIC_BUILD=ON -DCMAKE_BUILD_TYPE=Release
35 $ make 35 $ make
36 36
37 The compilation will produce a shared library ``OrthancDicomWeb`` that 37 The compilation will produce a shared library ``OrthancDicomWeb`` that
38 contains the DICOMweb plugin. Pre-compiled binaries for Microsoft 38 contains the DICOMweb plugin. Pre-compiled binaries for Microsoft
39 Windows `are also available 39 Windows `are also available