aboutsummaryrefslogtreecommitdiffstats
path: root/BUILD.md
diff options
context:
space:
mode:
authorDaniil Cherednik <dcherednik@yandex-team.ru>2022-04-07 16:41:22 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-04-07 16:41:22 +0300
commit503ada962dc3050204de2f63a02c21bb5a47c835 (patch)
treed83537ee021840d14af50dbe9e36adcdf2458e43 /BUILD.md
parentead05dee326bdad9c462f775f8629b7505c0e2cd (diff)
downloadydb-503ada962dc3050204de2f63a02c21bb5a47c835.tar.gz
Add missed packet to BUILD doc
ref:0cf97a3a261bbde6be3a0550f27c78fbbe5a9280
Diffstat (limited to 'BUILD.md')
-rw-r--r--BUILD.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD.md b/BUILD.md
index 10b666f7af..2da643f8ab 100644
--- a/BUILD.md
+++ b/BUILD.md
@@ -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
```