# HG changeset patch # User Sebastien Jodogne # Date 1604935155 -3600 # Node ID fd340103904cf502a6d3017e926a67cd9048a8e4 # Parent cdda6258a7ba80b6a6ee4a9ef2646a721a004acc note to build aws plugin diff -r cdda6258a7ba -r fd340103904c Sphinx/source/plugins/object-storage.rst --- a/Sphinx/source/plugins/object-storage.rst Thu Nov 05 15:17:29 2020 +0100 +++ b/Sphinx/source/plugins/object-storage.rst Mon Nov 09 16:19:15 2020 +0100 @@ -87,9 +87,11 @@ **NB:** If you don't want to use vcpkg, you can use the following command (this syntax is not compatible with Ninja yet):: - $ cmake -DCMAKE_BUILD_TYPE=Debug -DUSE_VCPKG_PACKAGES=OFF ../../orthanc-object-storage/Aws + $ cmake -DCMAKE_BUILD_TYPE=Debug -DUSE_VCPKG_PACKAGES=OFF -DUSE_SYSTEM_GOOGLE_TEST=OFF ../../orthanc-object-storage/Aws $ make +Crypto++ must be installed (on Ubuntu, run ``sudo apt install libcrypto++-dev``). + Azure Blob Storage plugin ^^^^^^^^^^^^^^^^^^^^^^^^^