Mercurial > hg > orthanc-book
comparison Sphinx/source/plugins/postgresql.rst @ 129:61050d813d74
build wsi
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 04 Jan 2018 11:06:35 +0100 |
parents | f2abbac22d5c |
children | 365427cebb64 |
comparison
equal
deleted
inserted
replaced
128:f2abbac22d5c | 129:61050d813d74 |
---|---|
56 If static linking is not desired, here are build instructions for | 56 If static linking is not desired, here are build instructions for |
57 Ubuntu 16.04 (provided build dependencies for the :ref:`core of | 57 Ubuntu 16.04 (provided build dependencies for the :ref:`core of |
58 Orthanc <compiling>` have already been installed):: | 58 Orthanc <compiling>` have already been installed):: |
59 | 59 |
60 $ sudo apt-get install libpq-dev postgresql-server-dev-all | 60 $ sudo apt-get install libpq-dev postgresql-server-dev-all |
61 $ cmake .. -DCMAKE_BUILD_TYPE=Debug \ | 61 $ cmake .. -DCMAKE_BUILD_TYPE=Release \ |
62 -DALLOW_DOWNLOADS=ON \ | 62 -DALLOW_DOWNLOADS=ON \ |
63 -DUSE_SYSTEM_GOOGLE_TEST=OFF \ | 63 -DUSE_SYSTEM_GOOGLE_TEST=OFF \ |
64 -DUSE_SYSTEM_ORTHANC_SDK=OFF | 64 -DUSE_SYSTEM_ORTHANC_SDK=OFF |
65 $ make | 65 $ make |
66 | 66 |