From 05bc9e5a7a94b5f7db665d22ea74f4a858fe3221 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?= Date: Sun, 30 Nov 2014 09:50:39 +0100 Subject: [PATCH 1/2] native dependencies are not required during the build --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1d9d2612f0..0e904d7490 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 From 5402993930b48cd8382623252386977e57a0fefc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?= Date: Sun, 30 Nov 2014 09:50:50 +0100 Subject: [PATCH 2/2] document Makefile changes --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index fae249affb..48614c2a88 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -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.