comparison Sphinx/source/plugins/object-storage.rst @ 543:fd340103904c

note to build aws plugin
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 09 Nov 2020 16:19:15 +0100
parents d38c18a635b2
children 5f5519f1491a
comparison
equal deleted inserted replaced
542:cdda6258a7ba 543:fd340103904c
85 85
86 86
87 **NB:** If you don't want to use vcpkg, you can use the following 87 **NB:** If you don't want to use vcpkg, you can use the following
88 command (this syntax is not compatible with Ninja yet):: 88 command (this syntax is not compatible with Ninja yet)::
89 89
90 $ cmake -DCMAKE_BUILD_TYPE=Debug -DUSE_VCPKG_PACKAGES=OFF ../../orthanc-object-storage/Aws 90 $ cmake -DCMAKE_BUILD_TYPE=Debug -DUSE_VCPKG_PACKAGES=OFF -DUSE_SYSTEM_GOOGLE_TEST=OFF ../../orthanc-object-storage/Aws
91 $ make 91 $ make
92
93 Crypto++ must be installed (on Ubuntu, run ``sudo apt install libcrypto++-dev``).
92 94
93 95
94 Azure Blob Storage plugin 96 Azure Blob Storage plugin
95 ^^^^^^^^^^^^^^^^^^^^^^^^^ 97 ^^^^^^^^^^^^^^^^^^^^^^^^^
96 98