From b6a0d11b9971ec10c2a9d6c70f2b63f7a407b9f9 Mon Sep 17 00:00:00 2001 From: Leonid Yuriev Date: Tue, 1 Feb 2022 16:57:19 +0300 Subject: [PATCH] mdbx: add note to using recent MSVC & Windows SDK versions. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4b0961bd..05555694 100644 --- a/README.md +++ b/README.md @@ -505,7 +505,8 @@ the basic tests. ### Windows For build _libmdbx_ on Windows the _original_ CMake and [Microsoft Visual 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. So it is recommended to use [chocolatey](https://chocolatey.org/) to install and/or update the ones.