aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniil Cherednik <dcherednik@yandex-team.ru>2022-03-29 17:32:21 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-03-29 17:32:21 +0300
commit84f28e07b9ab7fa51f098abcde243299806d0a25 (patch)
tree074bf4834a61ea57d01ce7e218e94f63b415149f
parent8346d1d110370353c7585db281fb3016b988791e (diff)
downloadydb-84f28e07b9ab7fa51f098abcde243299806d0a25.tar.gz
add runtime requirements
ref:f993ea6d23ec21bc9f511604c6725ea186fda00c
-rw-r--r--BUILD.md13
1 files changed, 11 insertions, 2 deletions
diff --git a/BUILD.md b/BUILD.md
index 8023c549b4..10b666f7af 100644
--- a/BUILD.md
+++ b/BUILD.md
@@ -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.