Updating linux helper scripts.
This commit is contained in:
@@ -1,9 +1,9 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
PKTH_GSASL="libgsasl-1.4.4"
|
PKTH_GSASL="libgsasl-1.6.1"
|
||||||
PKTH_GSASL_FILE="$PKTH_GSASL.tar.gz"
|
PKTH_GSASL_FILE="$PKTH_GSASL.tar.gz"
|
||||||
PKTH_QT="qt-everywhere-opensource-src-4.7.3"
|
PKTH_QT="qt-everywhere-opensource-src-4.8.0"
|
||||||
PKTH_QT_FILE="$PKTH_QT.tar.gz"
|
PKTH_QT_FILE="$PKTH_QT.tar.gz"
|
||||||
PKTH_BOOST="boost_1_46_1"
|
PKTH_BOOST="boost_1_48_0"
|
||||||
PKTH_BOOST_FILE="$PKTH_BOOST.tar.bz2"
|
PKTH_BOOST_FILE="$PKTH_BOOST.tar.bz2"
|
||||||
|
|
||||||
if [ ! -e $PKTH_GSASL_FILE ]; then
|
if [ ! -e $PKTH_GSASL_FILE ]; then
|
||||||
@@ -42,8 +42,8 @@ if [ ! -d boost ]; then
|
|||||||
fi
|
fi
|
||||||
if [ ! -e boost/stage/lib/libboost_system.a ]; then
|
if [ ! -e boost/stage/lib/libboost_system.a ]; then
|
||||||
cd boost
|
cd boost
|
||||||
./bootstrap.sh
|
./bootstrap.sh
|
||||||
./bjam link=static --build-dir=../boost_temp --toolset=gcc stage
|
./b2 link=static --build-dir=../boost_temp --toolset=gcc stage
|
||||||
cd ..
|
cd ..
|
||||||
rm -rf boost_temp
|
rm -rf boost_temp
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user