Mercurial > hg > orthanc-book
changeset 504:2845ac3adad2
USE_VCPKG_PACKAGES
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Mon, 07 Sep 2020 16:03:56 +0200 |
parents | 141c2c8e94be |
children | e4bea5b97890 |
files | Sphinx/source/plugins/object-storage.rst |
diffstat | 1 files changed, 8 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 ^^^^^^^^^^^^^^^^^^^^^^^^^