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
This commit is contained in:
masihaama
2016-07-30 23:28:54 -07:00
committed by Oliver Brakmann
parent f12e0d498c
commit b241034c6d

View File

@@ -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`.