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

typo
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sun, 29 Aug 2021 13:39:31 +0200
parents b224cb85a96c
children 1316bc62b5d5
comparison
equal deleted inserted replaced
760:e9da78572539 761:525d59a7c198
47 47
48 .. highlight:: bash 48 .. highlight:: bash
49 49
50 The procedure to compile this plugin is similar of that for the 50 The procedure to compile this plugin is similar of that for the
51 :ref:`core of Orthanc <binaries>`. The following commands should work 51 :ref:`core of Orthanc <binaries>`. The following commands should work
52 for every UNIX-like distribution (including GNU/Linux):: 52 for most UNIX-like distribution (including GNU/Linux)::
53 53
54 $ mkdir Build 54 $ mkdir Build
55 $ cd Build 55 $ cd Build
56 $ cmake .. -DSTATIC_BUILD=ON -DCMAKE_BUILD_TYPE=Release 56 $ cmake .. -DSTATIC_BUILD=ON -DCMAKE_BUILD_TYPE=Release
57 $ make 57 $ make