mirror of
https://github.com/vcmi/vcmi.git
synced 2024-12-20 20:23:03 +02:00
shell script to automate downloading of OS X prebuilt dependencies
This commit is contained in:
parent
1dbc0c7177
commit
0dff64bd9b
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
|
Loading…
Reference in New Issue
Block a user