aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Fomichev <andrey.fomichev@gmail.com>2022-04-19 04:48:55 +0300
committerAndrey Fomichev <andrey.fomichev@gmail.com>2022-04-19 04:48:55 +0300
commite66b434806dec706681a4ce78387e4d19d76e04b (patch)
tree4405ab0c8fce827668e5f33955ce9409cec44502
parent64f780d6aec5b9a27f796b2969a5a5ad44d74b10 (diff)
downloadydb-e66b434806dec706681a4ce78387e4d19d76e04b.tar.gz
formatting (KIKIMR-12267)
ref:8d147bbe622721b6d0fb9a4580673e261ed6cc03
-rw-r--r--BUILD.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/BUILD.md b/BUILD.md
index 9cbe9d4c4a..9716431ff6 100644
--- a/BUILD.md
+++ b/BUILD.md
@@ -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