From b241034c6ddd93b2edf9a76907690106af7c7ba6 Mon Sep 17 00:00:00 2001 From: masihaama Date: Sat, 30 Jul 2016 23:28:54 -0700 Subject: [PATCH] Add OS X build instructions to INSTALL.md The following subset of Linux build directions work for OSX 10.11.3. Mono JIT compiler version 4.2.1 --- INSTALL.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/INSTALL.md b/INSTALL.md index fb942ba193..5da462c64b 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -72,3 +72,12 @@ Gentoo * x11-misc/xdg-utils * gnome-extra/zenity * net-misc/curl + +OSX +===== + +Use `make dependencies` to map the native libraries to your system. + +To compile OpenRA, run `make` from the command line. + +Run with `mono --debug OpenRA.Game.exe`.