Browse Source

removed unnesssary requireents for building via ya KIKIMR-14046

removed unnesssary requireents for building via ya KIKIMR-14046

ref:a0c8e12f8f000ffe9002866fa3c8a5f9933460b4
kovalad 3 years ago
parent
commit
9873e45097
1 changed files with 1 additions and 6 deletions
  1. 1 6
      README.md

+ 1 - 6
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