mirror of
https://github.com/isar/libmdbx.git
synced 2025-01-02 01:24:13 +08:00
mdbx: note about MDBX_AVOID_CRT option in the README.
This commit is contained in:
parent
5eb3b77efe
commit
eb37dad115
@ -615,6 +615,7 @@ Windows (например Windows XP) или более старыми комп
|
|||||||
эти сценарии не тестируются и вероятно потребуют от вас доработки
|
эти сценарии не тестируются и вероятно потребуют от вас доработки
|
||||||
`Makefile`. Следует отметить, что в _libmdbx_ предприняты усилия для
|
`Makefile`. Следует отметить, что в _libmdbx_ предприняты усилия для
|
||||||
устранения runtime зависимостей от CRT и других библиотек Visual Studio.
|
устранения runtime зависимостей от CRT и других библиотек Visual Studio.
|
||||||
|
Для этого достаточно при сборке определить опцию `MDBX_AVOID_CRT`.
|
||||||
|
|
||||||
Пример запуска базового сценария тестирования можно найти в
|
Пример запуска базового сценария тестирования можно найти в
|
||||||
[CI-сценарии](appveyor.yml) для [AppVeyor](https://www.appveyor.com/).
|
[CI-сценарии](appveyor.yml) для [AppVeyor](https://www.appveyor.com/).
|
||||||
|
@ -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
|
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
|
Makefile. It should be noted that in _libmdbx_ was efforts to resolve
|
||||||
runtime dependencies from CRT and other libraries Visual Studio.
|
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
|
An example of running a basic test script can be found in the
|
||||||
[CI-script](appveyor.yml) for [AppVeyor](https://www.appveyor.com/). To
|
[CI-script](appveyor.yml) for [AppVeyor](https://www.appveyor.com/). To
|
||||||
|
Loading…
x
Reference in New Issue
Block a user