Last active
December 30, 2018 16:02
-
-
Save bashkirtsevich/dd80f6f4ed3b6202b80351e5d7711486 to your computer and use it in GitHub Desktop.
OpenRA
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| apt-get -y update \ | |
| && apt-get -y install build-essential git curl wget unzip python-pip lua5.1 liblua5.1 apt-transport-https dirmngr libsdl2-2.0-0 libalut-dev \ | |
| && apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF \ | |
| && echo "deb https://download.mono-project.com/repo/debian stable-stretch main" | tee /etc/apt/sources.list.d/mono-official-stable.list \ | |
| && apt-get -y update \ | |
| && apt-get install -y mono-complete \ | |
| && git clone https://github.com/OpenRA/ra2.git . \ | |
| && make |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment