From f6d9923305d822cee684b2b26519d9065e5a742c Mon Sep 17 00:00:00 2001 From: Paul Chote Date: Wed, 29 Dec 2010 11:51:29 +1300 Subject: [PATCH] Add SharpZipLib dep to INSTALL. --- INSTALL | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/INSTALL b/INSTALL index 0088b23aa2..a59def98d5 100644 --- a/INSTALL +++ b/INSTALL @@ -86,8 +86,8 @@ UBUNTU (substitute comparable packages for other linux distros): OpenRA is incompatible with Compiz, please disable desktop effects when trying to run OpenRA or the game will crash. -You will need to copy the Tao dependencies (.dll and .config) from the -thirdparty/Tao directory into the game root, or install them permanently into +You will need to copy the third party dependencies (.dll and .config) from the +thirdparty and thirdparty/Tao directories into the game root, or install them permanently into your GAC with the following script #!/bin/sh @@ -96,6 +96,7 @@ gacutil -i thirdparty/Tao/Tao.OpenGl.dll gacutil -i thirdparty/Tao/Tao.OpenAl.dll gacutil -i thirdparty/Tao/Tao.Sdl.dll gacutil -i thirdparty/Tao/Tao.FreeType.dll +gacutil -i thirdparty/ICSharpCode.SharpZipLib.dll To compile OpenRA, run `make' from the command line. Run the game with `mono OpenRA.Game.exe Game.Mods=ra` for Red Alert