From eef161dcd1b69c3d1cb423bdc9ff0ead453bd25c Mon Sep 17 00:00:00 2001 From: midoks Date: Sat, 11 Jun 2022 14:46:48 +0800 Subject: [PATCH] Update lib.sh --- scripts/lib.sh | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/scripts/lib.sh b/scripts/lib.sh index b84ce8190..d605d6a1b 100755 --- a/scripts/lib.sh +++ b/scripts/lib.sh @@ -284,8 +284,11 @@ elif [ "$OSNAME" == "ubuntu" ] || [ "$OSNAME" == "debian" ]; then apt install -y cmake lsof libcurl4-gnutls-dev cd /usr/include && ln -s x86_64-linux-gnu/curl - apt-get install -y perl g++ make automake libtool unzip - apt-get install -y libevent-dev libncurses5-dev + apt install -y perl g++ make automake libtool unzip + apt install -y libevent-dev libncurses5-dev + + apt-get install -y libgmp-dev libreadline-dev libxpm-dev + apt-get install -y libmysql++-dev libxslt1-dev apt install -y libpng-dev zlib1g-dev dia pkg-config libfreetype6 libfreetype6-dev