Upgrade build scripts to on Ubuntu 10.04.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@997186 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
911db2d64f
commit
fe52f0dc58
10 changed files with 87 additions and 34 deletions
|
|
@ -171,6 +171,7 @@ cd $build
|
|||
|
||||
# Build Libexpat
|
||||
wget http://sourceforge.net/projects/expat/files/expat/2.0.1/expat-2.0.1.tar.gz/download
|
||||
mv download expat-2.0.1.tar.gz
|
||||
tar xzf expat-2.0.1.tar.gz
|
||||
cd expat-2.0.1
|
||||
./configure --prefix=$build/expat-2.0.1-bin
|
||||
|
|
@ -262,7 +263,7 @@ fi
|
|||
cd $build
|
||||
|
||||
# Build Apache Thrift
|
||||
sudo apt-get -y install bison flex
|
||||
sudo apt-get -y install bison flex python-dev
|
||||
if [ "$?" != "0" ]; then
|
||||
exit $?
|
||||
fi
|
||||
|
|
@ -315,7 +316,7 @@ fi
|
|||
cd $build
|
||||
|
||||
# Build Tuscany SCA
|
||||
sudo apt-get -y install python-dev
|
||||
sudo apt-get -y install
|
||||
if [ "$?" != "0" ]; then
|
||||
exit $?
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue