# HG changeset patch # User Sebastien Jodogne # Date 1599487436 -7200 # Node ID 2845ac3adad2c89991edd94dcb86c749273467ae # Parent 141c2c8e94be98e97852853fddc3430d2535b5e4 USE_VCPKG_PACKAGES diff -r 141c2c8e94be -r 2845ac3adad2 Sphinx/source/plugins/object-storage.rst --- a/Sphinx/source/plugins/object-storage.rst Mon Sep 07 14:21:01 2020 +0200 +++ b/Sphinx/source/plugins/object-storage.rst Mon Sep 07 16:03:56 2020 +0200 @@ -83,6 +83,14 @@ $ cd build/aws $ cmake -DCMAKE_TOOLCHAIN_FILE=[vcpkg root]\scripts\buildsystems\vcpkg.cmake ../../orthanc-object-storage/Aws + +**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 + $ make + + Azure Blob Storage plugin ^^^^^^^^^^^^^^^^^^^^^^^^^