Mercurial > hg > orthanc-book
changeset 628:e6a2bcf729b4
fix azure build prerequisites
author | Alain Mazy <alain@mazy.be> |
---|---|
date | Wed, 17 Mar 2021 12:04:31 +0100 |
parents | 53992cb7fa7f |
children | dc915a25aa64 |
files | Sphinx/source/plugins/object-storage.rst |
diffstat | 1 files changed, 4 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/Sphinx/source/plugins/object-storage.rst Sat Mar 06 11:35:51 2021 +0100 +++ b/Sphinx/source/plugins/object-storage.rst Wed Mar 17 12:04:31 2021 +0100 @@ -98,7 +98,8 @@ Prerequisites: Install `vcpkg <https://github.com/Microsoft/vcpkg>`__ dependencies:: - $ ./vcpkg install cpprestsdk +$ ./vcpkg install cryptopp +$ ./vcpkg install azure-storage-cpp Compile:: @@ -112,8 +113,8 @@ Prerequisites: Install `vcpkg <https://github.com/Microsoft/vcpkg>`__ dependencies:: - $ ./vcpkg install google-cloud-cpp - $ ./vcpkg install cryptopp +$ ./vcpkg install cryptopp +$ ./vcpkg install google-cloud-cpp Compile::