From aa1aa997d48a6cfed7d0080dba67c1621fc41eee Mon Sep 17 00:00:00 2001 From: Tzu-ping Chung Date: Mon, 25 Oct 2021 19:47:33 +0800 Subject: [PATCH] Fix static checks (#19200) --- INSTALL | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/INSTALL b/INSTALL index 7ab663ea15adf..ce2d973d89fda 100644 --- a/INSTALL +++ b/INSTALL @@ -9,8 +9,8 @@ Linux (Debian Buster and Linux Mint Tricia): sudo apt install build-essential python3-dev libsqlite3-dev openssl \ sqlite default-libmysqlclient-dev libmysqlclient-dev postgresql - -On Ubuntu 20.04 you may get an error of mariadb_config not found + +On Ubuntu 20.04 you may get an error of mariadb_config not found and mysql_config not found. Install MariaDB development headers: