diff options
author | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-03-29 17:32:21 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-03-29 17:32:21 +0300 |
commit | 84f28e07b9ab7fa51f098abcde243299806d0a25 (patch) | |
tree | 074bf4834a61ea57d01ce7e218e94f63b415149f /BUILD.md | |
parent | 8346d1d110370353c7585db281fb3016b988791e (diff) | |
download | ydb-84f28e07b9ab7fa51f098abcde243299806d0a25.tar.gz |
add runtime requirements
ref:f993ea6d23ec21bc9f511604c6725ea186fda00c
Diffstat (limited to 'BUILD.md')
-rw-r--r-- | BUILD.md | 13 |
1 files changed, 11 insertions, 2 deletions
@@ -1,6 +1,8 @@ ## Build YDB from source -##### Requirements: +##### Build requirements: + The following packets is required to build ydbd. + - cmake 3.22+ - clang-12 - lld-12 @@ -9,9 +11,16 @@ - python3.8 - pip3 - antlr3 - - libaio + - libaio-dev + - libidn11-dev - ninja 1.10+ +##### Runtime requirements: + The following packets is required to run ydbd. + + - libidn11 + - libaio + ##### How to build: Currently x86_64 linux is supported. Building was tested on Ubuntu 18.04 and Ubuntu 20.04 Note when multithreading build is on operation each instance of clang can use up to 1 GB of RAM. Linkage of binary file can use up to 16Gb ram. Please make sure system has enough memory. |