1
0
Fork 0

Francesco Angelo Brisa: Updated d_and_c script for FG2.8.0

This commit is contained in:
ThorstenB 2012-08-23 20:49:07 +02:00
parent 9ca5e06578
commit 9a80c0103e

View file

@ -18,7 +18,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>. # along with this program. If not, see <http://www.gnu.org/licenses/>.
VERSION="1.31" VERSION="1.4"
#COMPILE GIT FGFS #COMPILE GIT FGFS
@ -126,16 +126,16 @@ PLIB_STABLE_REVISION="2163"
OSG_STABLE_REVISION="http://www.openscenegraph.org/svn/osg/OpenSceneGraph/tags/OpenSceneGraph-3.0.1" OSG_STABLE_REVISION="http://www.openscenegraph.org/svn/osg/OpenSceneGraph/tags/OpenSceneGraph-3.0.1"
# common stable branch for flightgear, simgear and fgdata # common stable branch for flightgear, simgear and fgdata
FGSG_STABLE_GIT_BRANCH="release/2.6.0" FGSG_STABLE_GIT_BRANCH="release/2.8.0"
# unstable branch: next for sg/fg, master for fgdata # unstable branch: next for sg/fg, master for fgdata
FGSG_UNSTABLE_GIT_BRANCH="next" FGSG_UNSTABLE_GIT_BRANCH="next"
FGDATA_UNSTABLE_GIT_BRANCH="master" FGDATA_UNSTABLE_GIT_BRANCH="master"
# stable GIT revision: release tag # stable GIT revision: release tag
SIMGEAR_STABLE_REVISION="version/2.6.0-final" SIMGEAR_STABLE_REVISION="version/2.8.0-final"
FGFS_STABLE_REVISION="version/2.6.0-final" FGFS_STABLE_REVISION="version/2.8.0-final"
FGFS_DATA_STABLE_REVISION="version/2.6.0-final" FGFS_DATA_STABLE_REVISION="version/2.8.0-final"
FGRUN_STABLE_REVISION="655" FGRUN_STABLE_REVISION="655"
FGCOM_STABLE_REVISION="261" FGCOM_STABLE_REVISION="261"
@ -183,7 +183,7 @@ fi
echo "**************************************" echo "**************************************"
echo "* *" echo "* *"
echo "* Warning, the compilation process *" echo "* Warning, the compilation process *"
echo "* is going to use 9 or more Gbytes *" echo "* is going to use 12 or more Gbytes *"
echo "* of space and at least a couple of *" echo "* of space and at least a couple of *"
echo "* hours to download and build FG. *" echo "* hours to download and build FG. *"
echo "* *" echo "* *"
@ -374,7 +374,8 @@ then
PLIB_STABLE_REVISION_="" PLIB_STABLE_REVISION_=""
if [ "$STABLE" = "STABLE" ] #if [ "$STABLE" = "STABLE" ]
if [ "STABLE" = "STABLE" ]
then then
PLIB_STABLE_REVISION_=" -r $PLIB_STABLE_REVISION" PLIB_STABLE_REVISION_=" -r $PLIB_STABLE_REVISION"
fi fi