Merge pull request #681 from midoks/dev

php mysql_xdevapi 在debian下载安装优化
pull/682/head
Mr Chen 4 months ago committed by GitHub
commit c5ade905b0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 8
      scripts/install/debian.sh
  2. 7
      scripts/install/ubuntu.sh

@ -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 \

@ -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"

Loading…
Cancel
Save