Loading...
  OR  Zero-K Name:    Password:   

Post edit history

Trying to run Zero-K in a Docker container

To display differences between versions, select one or more edits in the list using checkboxes and click "diff selected"
Post edit history
Date Editor Before After
8/30/2017 11:30:10 AMFIrankVermind before revert after revert
Before After
1 Looks like your install script has: 1 Looks like your install script has:
2 apt-get install -y mono-complete libsdl2-2.0-0 libopenal1 2 apt-get install -y mono-complete libsdl2-2.0-0 libopenal1
3 \n 3 \n
4 Not sure if that's everything. To be really sure, you can try: 4 Not sure if that's everything. To be really sure, you can try:
5 apt-get install -y mono-complete spring 5 apt-get install -y mono-complete spring
6 \n 6 \n
7 Which will install system-wide spring on the container as well (which we won't use, but it will definitely pull everything Spring needs to run). 7 Which will install system-wide spring on the container as well (which we won't use, but it will definitely pull everything Spring needs to run).
8 \n
9 Another different approach to run on Fedora is to download latest spring (the first 7z file here):
10 https://springrts.com/dl/buildbot/default/develop/103.0.1-1244-g70d14a0/linux64/
11 and extract, then cd to that folder and run ./spring
12 If that does not work, then it will complain right then and there, and you can see which libs you need to install. If basic Spring does not work, Chobby / Zero-K will not work either.