From eb37dad11524acc9f16424865c642c9266815401 Mon Sep 17 00:00:00 2001 From: Leonid Yuriev Date: Sun, 25 Aug 2019 16:26:41 +0300 Subject: [PATCH] mdbx: note about MDBX_AVOID_CRT option in the README. --- README-RU.md | 1 + README.md | 1 + 2 files changed, 2 insertions(+) diff --git a/README-RU.md b/README-RU.md index a06fc270..e040b5c4 100644 --- a/README-RU.md +++ b/README-RU.md @@ -615,6 +615,7 @@ Windows (например Windows XP) или более старыми комп эти сценарии не тестируются и вероятно потребуют от вас доработки `Makefile`. Следует отметить, что в _libmdbx_ предприняты усилия для устранения runtime зависимостей от CRT и других библиотек Visual Studio. +Для этого достаточно при сборке определить опцию `MDBX_AVOID_CRT`. Пример запуска базового сценария тестирования можно найти в [CI-сценарии](appveyor.yml) для [AppVeyor](https://www.appveyor.com/). diff --git a/README.md b/README.md index 3816687a..a5b420f3 100644 --- a/README.md +++ b/README.md @@ -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