comparison Sphinx/source/plugins/object-storage.rst @ 504:2845ac3adad2

USE_VCPKG_PACKAGES
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 07 Sep 2020 16:03:56 +0200
parents 4e426dec4fee
children e4bea5b97890
comparison
equal deleted inserted replaced
503:141c2c8e94be 504:2845ac3adad2
81 81
82 $ mkdir -p build/aws 82 $ mkdir -p build/aws
83 $ cd build/aws 83 $ cd build/aws
84 $ cmake -DCMAKE_TOOLCHAIN_FILE=[vcpkg root]\scripts\buildsystems\vcpkg.cmake ../../orthanc-object-storage/Aws 84 $ cmake -DCMAKE_TOOLCHAIN_FILE=[vcpkg root]\scripts\buildsystems\vcpkg.cmake ../../orthanc-object-storage/Aws
85 85
86
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)::
89
90 $ cmake -DCMAKE_BUILD_TYPE=Debug -DUSE_VCPKG_PACKAGES=OFF ../../orthanc-object-storage/Aws
91 $ make
92
93
86 Azure Blob Storage plugin 94 Azure Blob Storage plugin
87 ^^^^^^^^^^^^^^^^^^^^^^^^^ 95 ^^^^^^^^^^^^^^^^^^^^^^^^^
88 96
89 Prerequisites: Install `vcpkg <https://github.com/Microsoft/vcpkg>`__ dependencies:: 97 Prerequisites: Install `vcpkg <https://github.com/Microsoft/vcpkg>`__ dependencies::
90 98