Mercurial > hg > orthanc-book
changeset 543:fd340103904c
note to build aws plugin
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Mon, 09 Nov 2020 16:19:15 +0100 |
parents | cdda6258a7ba |
children | d7ec7ea133b8 |
files | Sphinx/source/plugins/object-storage.rst |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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 ^^^^^^^^^^^^^^^^^^^^^^^^^