Mercurial > hg > orthanc-book
comparison Sphinx/source/plugins/postgresql.rst @ 81:4eea0dc5f071
documenting wsi
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 15 Dec 2016 18:20:59 +0100 |
parents | 93bbfaf0e62c |
children | b0a71b880ca0 |
comparison
equal
deleted
inserted
replaced
80:0e8b85acf3e0 | 81:4eea0dc5f071 |
---|---|
24 :ref:`core of Orthanc <compiling>`. The following commands should work | 24 :ref:`core of Orthanc <compiling>`. The following commands should work |
25 for every UNIX-like distribution (including GNU/Linux):: | 25 for every UNIX-like distribution (including GNU/Linux):: |
26 | 26 |
27 $ mkdir Build | 27 $ mkdir Build |
28 $ cd Build | 28 $ cd Build |
29 $ cmake .. -DSTATIC_BUILD=ON | 29 $ cmake .. -DSTATIC_BUILD=ON -DCMAKE_BUILD_TYPE=Release |
30 $ make | 30 $ make |
31 | 31 |
32 The compilation will produce 2 shared libraries, each containing one plugin for Orthanc: | 32 The compilation will produce 2 shared libraries, each containing one plugin for Orthanc: |
33 | 33 |
34 * ``OrthancPostgreSQLIndex`` replaces the default SQLite index of Orthanc by PostgreSQL. | 34 * ``OrthancPostgreSQLIndex`` replaces the default SQLite index of Orthanc by PostgreSQL. |