diff options
author | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-04-07 16:41:22 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-04-07 16:41:22 +0300 |
commit | 503ada962dc3050204de2f63a02c21bb5a47c835 (patch) | |
tree | d83537ee021840d14af50dbe9e36adcdf2458e43 /BUILD.md | |
parent | ead05dee326bdad9c462f775f8629b7505c0e2cd (diff) | |
download | ydb-503ada962dc3050204de2f63a02c21bb5a47c835.tar.gz |
Add missed packet to BUILD doc
ref:0cf97a3a261bbde6be3a0550f27c78fbbe5a9280
Diffstat (limited to 'BUILD.md')
-rw-r--r-- | BUILD.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -41,7 +41,7 @@ 1. Install dependencies ``` - sudo apt-get -y install git cmake python python3-pip ninja-build antlr3 m4 clang-12 lld-12 libaio1 libaio-dev + sudo apt-get -y install git cmake python python3-pip ninja-build antlr3 m4 clang-12 lld-12 libidn11-dev libaio1 libaio-dev sudo pip3 install conan ``` |