更新 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
|
rm -rf apr-util-1.6.3
|
||||||
tar -zxvf apr-util-1.6.3.tar.gz
|
tar -zxvf apr-util-1.6.3.tar.gz
|
||||||
cd apr-util-1.6.3
|
cd apr-util-1.6.3
|
||||||
./configure --with-path=/usr
|
./configure --with-apr=../apr-1.7.6
|
||||||
make
|
make
|
||||||
make install
|
make install
|
||||||
|
|
||||||
# Install mxml-4.0.4.zip
|
# Install mxml-4.0.4.zip
|
||||||
cd "$SCRIPT_DIR/3rdparty"
|
sudo apt-get install libmxml-dev
|
||||||
rm -rf mxml-4.0.4
|
|
||||||
unzip mxml-4.0.4.zip
|
#cd "$SCRIPT_DIR/3rdparty"
|
||||||
cd mxml-4.0.4
|
#rm -rf mxml-4.0.4
|
||||||
./configure
|
#unzip mxml-4.0.4.zip
|
||||||
make
|
#cd mxml-4.0.4
|
||||||
make install
|
#./configure
|
||||||
|
#make
|
||||||
|
#make install
|
||||||
|
|
||||||
# 编译 SDK
|
# 编译 SDK
|
||||||
cd "$SCRIPT_DIR/3rdparty"
|
cd "$SCRIPT_DIR/3rdparty"
|
||||||
|
|||||||
Reference in New Issue
Block a user