From 3afa4498fe619b6071ef2fe0da545fac5f2a2f60 Mon Sep 17 00:00:00 2001 From: Leonid Yuriev Date: Mon, 11 May 2020 00:25:18 +0300 Subject: [PATCH] mdbx-doc: note about ntdll.lib for Windows. Related to https://github.com/erthink/libmdbx/issues/101 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0133a2dc..04a5abbb 100644 --- a/README.md +++ b/README.md @@ -385,8 +385,8 @@ the basic tests. ### Windows For build _libmdbx_ on Windows the _original_ CMake and [Microsoft Visual -Studio](https://en.wikipedia.org/wiki/Microsoft_Visual_Studio) are -recommended. +Studio 2019](https://en.wikipedia.org/wiki/Microsoft_Visual_Studio) are +recommended. Otherwise do not forget add `ntdll.lib` to linking. Building by MinGW, MSYS or Cygwin is potentially possible. However, these scripts are not tested and will probably require you to modify the