Mercurial > hg > orthanc-object-storage
diff README.md @ 101:57be7094d6c5
updated Google plugin for latest SDK
author | Alain Mazy <am@osimis.io> |
---|---|
date | Thu, 20 Jul 2023 16:14:39 +0200 |
parents | d65580d2e9ca |
children | 6aa3ec905f58 |
line wrap: on
line diff
--- a/README.md Thu Jul 20 15:58:17 2023 +0200 +++ b/README.md Thu Jul 20 16:14:39 2023 +0200 @@ -26,7 +26,9 @@ ### Compile Google plugin ### -* `./vcpkg install google-cloud-cpp` +On Linux, with vcpkg version `2023.06.20`: + +* `./vcpkg install google-cloud-cpp[storage]` * `./vcpkg install cryptopp` * `hg clone ...` * `mkdir -p build/google` @@ -55,19 +57,18 @@ ### Compile Azure plugin ### -On Linux, with vcpkg version `2022.11.14`: +On Linux, with vcpkg version `2023.06.20`: -* `./vcpkg install cpprestsdk` +* `./vcpkg install azure-core-cpp azure-storage-blobs-cpp` * `./vcpkg install cryptopp` * `hg clone ...` * `mkdir -p build/azure` * `cd build/azure` * `cmake -DCMAKE_TOOLCHAIN_FILE=[vcpkg root]\scripts\buildsystems\vcpkg.cmake ../../orthanc-object-storage/Azure` -On Windows, with vcpkg version `2022.11.14` : +On Windows, with vcpkg version `2023.06.20` : -* `.\vcpkg.exe install cpprestsdk:x64-windows-static` -* `.\vcpkg.exe install azure-storage-cpp:x64-windows-static` +* `.\vcpkg.exe install azure-storage-blobs-cpp:x64-windows-static` * `.\vcpkg.exe install cryptopp:x64-windows-static` * `hg clone ...` * `mkdir -p build/azure`