File tree 2 files changed +15
-0
lines changed
2 files changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -234,6 +234,14 @@ apt install -y xsltproc
234
234
apt install -y libcurl4-openssl-dev
235
235
apt install -y curl libcurl4-gnutls-dev
236
236
237
+ # https://www.php.net/manual/zh/mysql-xdevapi.installation.php
238
+ apt install -y libprotobuf-dev
239
+ apt install -y protobuf-compiler
240
+ apt install -y libboost-dev
241
+ apt install -y liblz4-tool
242
+ apt install -y zstd
243
+
244
+
237
245
# Disabled due to dependency issues
238
246
# apt install --ignore-missing -y autoconf automake cmake curl dia gcc imagemagick libbz2-dev libcurl4-gnutls-dev\
239
247
# libcurl4-openssl-dev libevent-dev libffi-dev libfreetype6 libfreetype6-dev libgmp-dev libgmp3-dev libicu-dev \
Original file line number Diff line number Diff line change @@ -48,6 +48,13 @@ apt install -y libaio1t64
48
48
49
49
apt install -y dnsutils
50
50
51
+ # https://www.php.net/manual/zh/mysql-xdevapi.installation.php
52
+ apt install -y libprotobuf-dev
53
+ apt install -y protobuf-compiler
54
+ apt install -y libboost-dev
55
+ apt install -y liblz4-tool
56
+ apt install -y zstd
57
+
51
58
P_VER=` python3 -V | awk ' {print $2}' `
52
59
if version_ge " $P_VER " " 3.11.0" ; then
53
60
echo -e " \e[1;31mapt install python3.12-venv\e[0m"
You can’t perform that action at this time.
0 commit comments