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

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