mirror of
https://github.com/vcmi/vcmi.git
synced 2024-12-18 17:40:48 +02:00
9 lines
225 B
Bash
9 lines
225 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
sudo apt-get update
|
||
|
sudo apt-get install ninja-build
|
||
|
|
||
|
mkdir ~/.conan ; cd ~/.conan
|
||
|
curl -L "https://github.com/vcmi/vcmi-dependencies/releases/download/android-1.0/$DEPS_FILENAME.txz" \
|
||
|
| tar -xf - --xz
|