Mercurial > hg > orthanc-object-storage
changeset 90:d65580d2e9ca
doc
author | Alain Mazy <alain@mazy.be> |
---|---|
date | Mon, 28 Nov 2022 17:09:15 +0100 |
parents | 62752402edbb |
children | 7bf31db5497e |
files | README.md |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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`