Update MacOS Makefile comments to match README

Also fix an unintentially modified Linux comment in parrent commit
This commit is contained in:
Tokarak 2024-04-17 08:49:17 +01:00
parent fd128d24c6
commit aa78aacdf3
1 changed files with 6 additions and 5 deletions

View File

@ -1,19 +1,20 @@
# This Makefile works for Mac OS X (El Capitan), MinGW, and Linux.
#
# For Mac OS X:
# Run "brew install sdl" to install SDL in $(HOMEBREW_PREFIX).
# Run "brew install sdl_gfx".
# Run "brew install sdl_mixer".
# Run "brew install sdl_ttf".
# Run `brew install sdl12-compat sdl_gfx sdl_mixer sdl_ttf glew`
# Run "make" to build HyperRogue as ./hyperrogue.
#
# As a workaround to a build error, macOS users will have
# to manually edit `$(brew --prefix)/include/SDL/SDL_gfxPrimitives.h` at
# line 38 to use quote include.
#
# For MSYS2 and MinGW-w64:
# You might need to run commands such as "pacman -S mingw-w64-x86_64-SDL"
# to install SDL and other required libraries.
# Run "make" to build HyperRogue as ./hyperrogue.exe.
#
# For Ubuntu Linux:
# Run "sudo apt-get install libsdl-dev" to install SDL in $(HOMEBREW_PREFIX).
# Run "sudo apt-get install libsdl-dev" to install SDL in /usr/local.
# Run "make" to build HyperRogue as ./hyperrogue.