From c55dfab57bf632ae317372eacb392f579153a78e Mon Sep 17 00:00:00 2001 From: EvgeniyPatlan Date: Thu, 2 Feb 2023 14:19:25 +0100 Subject: [PATCH] Add antlr4 runtime to INSTALL doc --- INSTALL | 2 ++ 1 file changed, 2 insertions(+) diff --git a/INSTALL b/INSTALL index 40dff8b4a..2e556b215 100644 --- a/INSTALL +++ b/INSTALL @@ -13,11 +13,13 @@ Mandatory - zip (gnuwin32 in windows) - python 3.8+ - libssh 0.9.2 +- antlr4 runtime 4.10.1 (patch version should not matter) Optional - gtest and gmock 1.8 (can be automatically downloaded) - v8 8.5.210.20 + Building From Source ==================== The following instructions build MySQL Shell with a minimal set of features,