diff --git a/build.sh b/build.sh index 12c40eb..2684c0d 100644 --- a/build.sh +++ b/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"