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

@ -615,6 +615,7 @@ Windows (например Windows XP) или более старыми комп
эти сценарии не тестируются и вероятно потребуют от вас доработки
`Makefile`. Следует отметить, что в _libmdbx_ предприняты усилия для
устранения runtime зависимостей от CRT и других библиотек Visual Studio.
Для этого достаточно при сборке определить опцию `MDBX_AVOID_CRT`.
Пример запуска базового сценария тестирования можно найти в
[CI-сценарии](appveyor.yml) для [AppVeyor](https://www.appveyor.com/).

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