mirror of
https://github.com/vcmi/vcmi.git
synced 2024-12-16 10:19:47 +02:00
8 lines
270 B
Bash
8 lines
270 B
Bash
#!/usr/bin/env bash
|
|
|
|
sudo apt-get update
|
|
sudo apt-get install ninja-build mingw-w64 nsis
|
|
|
|
sudo update-alternatives --set i686-w64-mingw32-g++ /usr/bin/i686-w64-mingw32-g++-posix
|
|
sudo update-alternatives --set x86_64-w64-mingw32-g++ /usr/bin/x86_64-w64-mingw32-g++-posix
|