Mercurial > hg > orthanc-book
comparison Sphinx/source/plugins/google-cloud-platform.rst @ 451:938206110483
added object storage
author | Alain Mazy <alain@mazy.be> |
---|---|
date | Fri, 03 Jul 2020 12:52:11 +0200 |
parents | 2922fb1bd65e |
children | a4ed4e883337 |
comparison
equal
deleted
inserted
replaced
450:235a5541e06e | 451:938206110483 |
---|---|
55 $ cmake .. -DSTATIC_BUILD=ON -DCMAKE_BUILD_TYPE=Release | 55 $ cmake .. -DSTATIC_BUILD=ON -DCMAKE_BUILD_TYPE=Release |
56 $ make | 56 $ make |
57 | 57 |
58 The compilation produces a shared library | 58 The compilation produces a shared library |
59 ``OrthancGoogleCloudPlatform`` that contains the GCP | 59 ``OrthancGoogleCloudPlatform`` that contains the GCP |
60 plugin. Pre-compiled binaries for Microsoft Windows `are available | 60 plugin. |
61 <https://www.orthanc-server.com/browse.php?path=/plugin-google-cloud>`__, | |
62 and are included in the `Windows installers | |
63 <https://www.orthanc-server.com/download-windows.php>`__. | |
64 | 61 |
65 Under the hood, the GCP plugin is built on the top of the official | 62 Under the hood, the GCP plugin is built on the top of the official |
66 `Google Cloud Platform C++ Client Libraries | 63 `Google Cloud Platform C++ Client Libraries |
67 <https://github.com/googleapis/google-cloud-cpp>`__. | 64 <https://github.com/googleapis/google-cloud-cpp>`__. |
68 | 65 |
66 | |
67 Given this plugin is used to interface with a commercial & proprietary | |
68 service, pre-compiled Windows/Docker binaries are available only for | |
69 companies who have subscribed for a `support contract <https://www.osimis.io/en/services.html#cloud-plugins>`__ at Osimis. | |
69 | 70 |
70 | 71 |
71 Configuration | 72 Configuration |
72 ------------- | 73 ------------- |
73 | 74 |