mirror of
https://github.com/vcmi/vcmi.git
synced 2025-08-13 19:54:17 +02:00
shell script to automate downloading of OS X prebuilt dependencies
This commit is contained in:
8
osx/download_dependencies.sh
Normal file
8
osx/download_dependencies.sh
Normal file
@@ -0,0 +1,8 @@
|
||||
if [ -f ../.osx_dependencies_installed ];
|
||||
then
|
||||
echo "OS X prebuilt dependencies are already installled"
|
||||
else
|
||||
curl -o ../xcode-pack.zip -L https://dl.dropboxusercontent.com/u/1777581/xcode-pack.zip
|
||||
unzip ../xcode-pack.zip -d ../
|
||||
touch ../.osx_dependencies_installed
|
||||
fi
|
Reference in New Issue
Block a user