comparison Sphinx/source/plugins/authorization.rst @ 810:c8afdaeb877a

merge
author Alain Mazy <am@osimis.io>
date Mon, 14 Feb 2022 08:52:12 +0100
parents 525d59a7c198
children f282da89c1c1
comparison
equal deleted inserted replaced
809:23f21a00b03b 810:c8afdaeb877a
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