更新 build.sh
This commit is contained in:
18
build.sh
18
build.sh
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user