aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkovalad <kovalad@yandex-team.ru>2022-02-11 21:34:10 +0300
committerkovalad <kovalad@yandex-team.ru>2022-02-11 21:34:10 +0300
commit9873e45097a3e13e6dc4e8d05b283c7955eac126 (patch)
treef322051642f8f3332effde9a7b8f83ed4570eac9
parent76c9f83980f89b39db53efda3e343c4ddb36491d (diff)
downloadydb-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.md7
1 files changed, 1 insertions, 6 deletions
diff --git a/README.md b/README.md
index d9281abefa..3e0349f93b 100644
--- a/README.md
+++ b/README.md
@@ -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