mirror of
https://github.com/glest/glest-source.git
synced 2025-08-29 10:49:48 +02:00
Updated build scripts
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
currentDir=$PWD
|
currentDir=$PWD
|
||||||
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null && pwd )"
|
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null && pwd )"
|
||||||
cd $DIR
|
cd $DIR
|
||||||
./build-deps.sh
|
bash ./build-deps.sh
|
||||||
echo
|
echo
|
||||||
./build-nodeps.sh
|
bash ./build-nodeps.sh
|
||||||
cd $currentDir
|
cd $currentDir
|
||||||
|
@@ -4,9 +4,9 @@ echo "Initializing Glest setup..."
|
|||||||
currentDir=$PWD
|
currentDir=$PWD
|
||||||
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null && pwd )"
|
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null && pwd )"
|
||||||
cd $DIR
|
cd $DIR
|
||||||
./clone-data.sh
|
bash ./clone-data.sh
|
||||||
echo
|
echo
|
||||||
./pull.sh
|
bash ./pull.sh
|
||||||
echo
|
echo
|
||||||
./build.sh
|
bash ./build.sh
|
||||||
cd $currentDir
|
cd $currentDir
|
||||||
|
Reference in New Issue
Block a user