This commit is contained in:
Mr Chen 2025-01-04 16:09:04 +08:00
parent 43f752afbc
commit 4eacbca674
2 changed files with 15 additions and 0 deletions

View File

@ -234,6 +234,14 @@ apt install -y xsltproc
apt install -y libcurl4-openssl-dev
apt install -y curl libcurl4-gnutls-dev
# https://www.php.net/manual/zh/mysql-xdevapi.installation.php
apt install -y libprotobuf-dev
apt install -y protobuf-compiler
apt install -y libboost-dev
apt install -y liblz4-tool
apt install -y zstd
# Disabled due to dependency issues
#apt install --ignore-missing -y autoconf automake cmake curl dia gcc imagemagick libbz2-dev libcurl4-gnutls-dev\
# libcurl4-openssl-dev libevent-dev libffi-dev libfreetype6 libfreetype6-dev libgmp-dev libgmp3-dev libicu-dev \

View File

@ -48,6 +48,13 @@ apt install -y libaio1t64
apt install -y dnsutils
# https://www.php.net/manual/zh/mysql-xdevapi.installation.php
apt install -y libprotobuf-dev
apt install -y protobuf-compiler
apt install -y libboost-dev
apt install -y liblz4-tool
apt install -y zstd
P_VER=`python3 -V | awk '{print $2}'`
if version_ge "$P_VER" "3.11.0" ;then
echo -e "\e[1;31mapt install python3.12-venv\e[0m"