Update install instructions for SDL2 and brew
This commit is contained in:
+5
-3
@@ -1,17 +1,19 @@
|
|||||||
BUILDING THE UR-QUAN MASTERS ON MAC OS X
|
BUILDING THE UR-QUAN MASTERS ON MAC OS X
|
||||||
|
|
||||||
Starting with 0.7.1, The Ur-Quan Masters will build and run when
|
Starting with 0.7.1, it is possible to build and run The Ur-Quan
|
||||||
linked against the libraries provided by brew (https://brew.sh).
|
Masters with the brew system (https://brew.sh).
|
||||||
|
|
||||||
To install the necessary prerequisite libraries, run this command:
|
To install the necessary prerequisite libraries, run this command:
|
||||||
|
|
||||||
brew install sdl libpng libogg libvorbis
|
brew install sdl2 libpng libogg libvorbis
|
||||||
|
|
||||||
To build:
|
To build:
|
||||||
- Run `./build.sh uqm` in the sc2/ directory and choose your
|
- Run `./build.sh uqm` in the sc2/ directory and choose your
|
||||||
configuration options. The only truly important one is to use
|
configuration options. The only truly important one is to use
|
||||||
Included MikMod instead of System MikMod.
|
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
|
- 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
|
uqm-debug), `./build.sh uqm install` will build a .app file you can
|
||||||
run from the build directory.
|
run from the build directory.
|
||||||
|
|||||||
Reference in New Issue
Block a user