mdbx: note about MDBX_AVOID_CRT option in the README.

This commit is contained in:
Leonid Yuriev
2019-08-25 16:26:41 +03:00
parent 5eb3b77efe
commit eb37dad115
2 changed files with 2 additions and 0 deletions

View File

@@ -512,6 +512,7 @@ Building by MinGW, MSYS or Cygwin is potentially possible. However,
these scripts are not tested and will probably require you to modify the
Makefile. It should be noted that in _libmdbx_ was efforts to resolve
runtime dependencies from CRT and other libraries Visual Studio.
For this is enough define the `MDBX_AVOID_CRT` during build.
An example of running a basic test script can be found in the
[CI-script](appveyor.yml) for [AppVeyor](https://www.appveyor.com/). To