diff options
author | kovalad <kovalad@yandex-team.ru> | 2022-02-11 21:34:10 +0300 |
---|---|---|
committer | kovalad <kovalad@yandex-team.ru> | 2022-02-11 21:34:10 +0300 |
commit | 9873e45097a3e13e6dc4e8d05b283c7955eac126 (patch) | |
tree | f322051642f8f3332effde9a7b8f83ed4570eac9 | |
parent | 76c9f83980f89b39db53efda3e343c4ddb36491d (diff) | |
download | ydb-9873e45097a3e13e6dc4e8d05b283c7955eac126.tar.gz |
removed unnesssary requireents for building via ya KIKIMR-14046
removed unnesssary requireents for building via ya KIKIMR-14046
ref:a0c8e12f8f000ffe9002866fa3c8a5f9933460b4
-rw-r--r-- | README.md | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -76,12 +76,7 @@ For development purposes we test that YDB could be built and run under latest ve In order to build ydbd you should have following tools installed on your system: 1. Git command line tool -1. clang 11 or higher -1. python -1. cmake -1. antlr3 -1. libantlr3c -1. libantlr3c-dev +1. Python ### Build process |