mdbx: add note to using recent MSVC & Windows SDK versions.

This commit is contained in:
Leonid Yuriev 2022-02-01 16:57:19 +03:00 committed by Леонид Юрьев (Leonid Yuriev)
parent 65defdd0a8
commit b6a0d11b99

View File

@ -505,7 +505,8 @@ the basic tests.
### Windows ### Windows
For build _libmdbx_ on Windows the _original_ CMake and [Microsoft Visual For build _libmdbx_ on Windows the _original_ CMake and [Microsoft Visual
Studio 2019](https://en.wikipedia.org/wiki/Microsoft_Visual_Studio) are Studio 2019](https://en.wikipedia.org/wiki/Microsoft_Visual_Studio) are
recommended. recommended. Please use the recent versions of CMake, Visual Studio and Windows
SDK to avoid troubles with C11 support and `alignas()` feature.
For build by MinGW the 10.2 or recent version coupled with a modern CMake are required. For build by MinGW the 10.2 or recent version coupled with a modern CMake are required.
So it is recommended to use [chocolatey](https://chocolatey.org/) to install and/or update the ones. So it is recommended to use [chocolatey](https://chocolatey.org/) to install and/or update the ones.