# HG changeset patch # User Alain Mazy # Date 1669651755 -3600 # Node ID d65580d2e9ca453a4dc460d12d09163a51041104 # Parent 62752402edbb055c9e4e8d86047edeb755bf9230 doc diff -r 62752402edbb -r d65580d2e9ca README.md --- a/README.md Mon Nov 28 14:57:54 2022 +0100 +++ b/README.md Mon Nov 28 17:09:15 2022 +0100 @@ -55,7 +55,7 @@ ### Compile Azure plugin ### -On Linux: +On Linux, with vcpkg version `2022.11.14`: * `./vcpkg install cpprestsdk` * `./vcpkg install cryptopp` @@ -64,7 +64,7 @@ * `cd build/azure` * `cmake -DCMAKE_TOOLCHAIN_FILE=[vcpkg root]\scripts\buildsystems\vcpkg.cmake ../../orthanc-object-storage/Azure` -On Windows: +On Windows, with vcpkg version `2022.11.14` : * `.\vcpkg.exe install cpprestsdk:x64-windows-static` * `.\vcpkg.exe install azure-storage-cpp:x64-windows-static`