comparison Sphinx/source/plugins/object-storage.rst @ 628:e6a2bcf729b4

fix azure build prerequisites
author Alain Mazy <alain@mazy.be>
date Wed, 17 Mar 2021 12:04:31 +0100
parents 5f5519f1491a
children dc915a25aa64
comparison
equal deleted inserted replaced
627:53992cb7fa7f 628:e6a2bcf729b4
96 Azure Blob Storage plugin 96 Azure Blob Storage plugin
97 ^^^^^^^^^^^^^^^^^^^^^^^^^ 97 ^^^^^^^^^^^^^^^^^^^^^^^^^
98 98
99 Prerequisites: Install `vcpkg <https://github.com/Microsoft/vcpkg>`__ dependencies:: 99 Prerequisites: Install `vcpkg <https://github.com/Microsoft/vcpkg>`__ dependencies::
100 100
101 $ ./vcpkg install cpprestsdk 101 $ ./vcpkg install cryptopp
102 $ ./vcpkg install azure-storage-cpp
102 103
103 104
104 Compile:: 105 Compile::
105 106
106 $ mkdir -p build/azure 107 $ mkdir -p build/azure
110 Google Storage plugin 111 Google Storage plugin
111 ^^^^^^^^^^^^^^^^^^^^^ 112 ^^^^^^^^^^^^^^^^^^^^^
112 113
113 Prerequisites: Install `vcpkg <https://github.com/Microsoft/vcpkg>`__ dependencies:: 114 Prerequisites: Install `vcpkg <https://github.com/Microsoft/vcpkg>`__ dependencies::
114 115
115 $ ./vcpkg install google-cloud-cpp 116 $ ./vcpkg install cryptopp
116 $ ./vcpkg install cryptopp 117 $ ./vcpkg install google-cloud-cpp
117 118
118 Compile:: 119 Compile::
119 120
120 $ mkdir -p build/google 121 $ mkdir -p build/google
121 $ cd build/google 122 $ cd build/google