diff options
author | Andrey Fomichev <andrey.fomichev@gmail.com> | 2022-04-19 04:48:55 +0300 |
---|---|---|
committer | Andrey Fomichev <andrey.fomichev@gmail.com> | 2022-04-19 04:48:55 +0300 |
commit | e66b434806dec706681a4ce78387e4d19d76e04b (patch) | |
tree | 4405ab0c8fce827668e5f33955ce9409cec44502 | |
parent | 64f780d6aec5b9a27f796b2969a5a5ad44d74b10 (diff) | |
download | ydb-e66b434806dec706681a4ce78387e4d19d76e04b.tar.gz |
formatting (KIKIMR-12267)
ref:8d147bbe622721b6d0fb9a4580673e261ed6cc03
-rw-r--r-- | BUILD.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,6 +1,6 @@ ## Building YDB from sources -##### Build Requirements +#### Build Requirements We have tested YDB builds using Ubuntu 18.04 and Ubuntu 20.04. Other Linux distributions are likely to work, but additional effort may be needed. Only x86_64 Linux is currently supported. Below is a list of packages that need to be installed before building YDB. 'How to Build' section contains step by step instructions to obtain these packages. @@ -19,13 +19,13 @@ We run multiple clang instances in parallel to speed up the process by default. Each instance of clang may use up to 1GB of RAM, and linking the binary may use up to 16GB of RAM, please make sure your build host has enough resources. -##### Runtime Requirements +#### Runtime Requirements The following packages are required to run ydbd server: - libidn11 - libaio -##### How to Build +#### How to Build 1. Add repositories for dependencies |