Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions README.MacOSX
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,14 @@ framework as detailed below.

BZFlag has three external dependencies: SDL 2, GLEW, and c-ares.

An alternative to building yourself is to use the "homebrew" package
manager. If you have homebrew installed, you can install the necessary
dependencies with:

$ brew install sdl2 c-ares glew

If not, follow these instructions:

Download the latest version of the SDL 2 framework from
https://www.libsdl.org/download-2.0.php. Version 2.0.3 or later is required,
but version 2.0.4 or later is highly recommended because it includes a new
Expand Down
Loading