Merge pull request #7038 from Mailaender/packaging-tweaks

Reduced the Travis dependencies and adapted the installation instructions
This commit is contained in:
Paul Chote
2014-12-05 19:58:43 +13:00
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ install:
- sudo apt-key add /tmp/mono.gpg
- sudo sh -c "echo 'deb http://download.mono-project.com/repo/debian wheezy/snapshots/3.8.0 main' >> /etc/apt/sources.list.d/mono-xamarin.list"
- sudo apt-get update -qq
- sudo apt-get install -qq mono-gmcs cli-common-dev libgl1-mesa-glx libopenal1 libfreetype6 libgdiplus=2.10-3
- sudo apt-get install -qq mono-gmcs cli-common-dev libgdiplus=2.10-3
cache: apt
# Run the build script

View File

@@ -25,7 +25,7 @@ or `OpenRA.Game.exe Game.Mod=cnc` for Tiberian Dawn.
Linux
=====
Run `./configure` to map the native libraries to your system.
Run `make dependencies` to map the native libraries to your system and copy the managed ones.
To compile OpenRA, run `make all` from the command line.