From 5bc97e54e92e58479c0eefa8e93023a4fecbdb7d Mon Sep 17 00:00:00 2001 From: Michael Martin Date: Sat, 16 Nov 2019 21:07:16 -0800 Subject: [PATCH] Update install instructions for SDL2 and brew --- sc2/INSTALL.macosx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/sc2/INSTALL.macosx b/sc2/INSTALL.macosx index c9c05e8a9..77d92523a 100644 --- a/sc2/INSTALL.macosx +++ b/sc2/INSTALL.macosx @@ -1,17 +1,19 @@ BUILDING THE UR-QUAN MASTERS ON MAC OS X -Starting with 0.7.1, The Ur-Quan Masters will build and run when -linked against the libraries provided by brew (https://brew.sh). +Starting with 0.7.1, it is possible to build and run The Ur-Quan +Masters with the brew system (https://brew.sh). To install the necessary prerequisite libraries, run this command: - brew install sdl libpng libogg libvorbis + brew install sdl2 libpng libogg libvorbis To build: - Run `./build.sh uqm` in the sc2/ directory and choose your configuration options. The only truly important one is to use Included MikMod instead of System MikMod. +The result can be run directly from the Terminal. + - If it builds without errors (last line is LINK uqm or LINK uqm-debug), `./build.sh uqm install` will build a .app file you can run from the build directory.