更新 build.sh

This commit is contained in:
2025-12-30 09:28:26 +08:00
parent 46b53c79c5
commit 66343055b3

View File

@@ -18,18 +18,20 @@ cd "$SCRIPT_DIR/3rdparty"
rm -rf apr-util-1.6.3
tar -zxvf apr-util-1.6.3.tar.gz
cd apr-util-1.6.3
./configure --with-path=/usr
./configure --with-apr=../apr-1.7.6
make
make install
# Install mxml-4.0.4.zip
cd "$SCRIPT_DIR/3rdparty"
rm -rf mxml-4.0.4
unzip mxml-4.0.4.zip
cd mxml-4.0.4
./configure
make
make install
sudo apt-get install libmxml-dev
#cd "$SCRIPT_DIR/3rdparty"
#rm -rf mxml-4.0.4
#unzip mxml-4.0.4.zip
#cd mxml-4.0.4
#./configure
#make
#make install
# 编译 SDK
cd "$SCRIPT_DIR/3rdparty"