comparison Sphinx/source/plugins/dicomweb.rst @ 761:525d59a7c198

typo
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sun, 29 Aug 2021 13:39:31 +0200
parents d92edd545754
children 0f4f11636193
comparison
equal deleted inserted replaced
760:e9da78572539 761:525d59a7c198
27 27
28 .. highlight:: text 28 .. highlight:: text
29 29
30 The procedure to compile this plugin is similar of that for the 30 The procedure to compile this plugin is similar of that for the
31 :ref:`core of Orthanc <compiling>`. The following commands should work 31 :ref:`core of Orthanc <compiling>`. The following commands should work
32 for every UNIX-like distribution (including GNU/Linux):: 32 for most UNIX-like distribution (including GNU/Linux)::
33 33
34 $ mkdir Build 34 $ mkdir Build
35 $ cd Build 35 $ cd Build
36 $ cmake .. -DSTATIC_BUILD=ON -DCMAKE_BUILD_TYPE=Release 36 $ cmake .. -DSTATIC_BUILD=ON -DCMAKE_BUILD_TYPE=Release
37 $ make 37 $ make