From 208e38d224b8acc44587d3a669aa8374adc26929 Mon Sep 17 00:00:00 2001 From: midoks Date: Sat, 11 Jun 2022 15:47:24 +0800 Subject: [PATCH] Update lib.sh --- scripts/lib.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/lib.sh b/scripts/lib.sh index ade9487f7..cd80c2dd0 100755 --- a/scripts/lib.sh +++ b/scripts/lib.sh @@ -290,7 +290,9 @@ elif [ "$OSNAME" == "ubuntu" ] || [ "$OSNAME" == "debian" ]; then apt install -y libfreetype-dev apt install -y libfreetype6 apt install -y libfreetype6-dev - apt install -y libevent-dev libncurses5-dev + apt install -y libevent-dev libncurses5-dev libldap2-dev + + apt install -y libicu-dev apt install -y gcc build-essential openssl make libssl-dev apt install -y curl libcurl4-gnutls-dev libjpeg-dev libpng-dev libmcrypt-dev