Add message about using glew and libpng to Makefile

This commit is contained in:
Tokarak 2024-04-17 10:23:40 +01:00
parent 45db9977a0
commit 2659d08b78
1 changed files with 9 additions and 2 deletions

View File

@ -1,8 +1,15 @@
# This Makefile works for Mac OS X (El Capitan), MinGW, and Linux. # This Makefile works for Mac OS X (El Capitan), MinGW, and Linux.
#
# Environmental vairables:
# If you want to build with Glew, set
# HYPERROGUE_USE_GLEW=1
# If you want to use libpng, set
# HYPERROGUE_USE_PNG=1
# #
# For Mac OS X: # For Mac OS X:
# Run `brew install sdl12-compat sdl_gfx sdl_mixer sdl_ttf glew` # Run `brew install sdl12-compat sdl_gfx sdl_mixer sdl_ttf`
# Run "make" to build HyperRogue as ./hyperrogue. # Run `brew install glew libpng` to install the optional dependencies
# Run `make` to build HyperRogue as `./hyperrogue`.
# #
# For MSYS2 and MinGW-w64: # For MSYS2 and MinGW-w64:
# You might need to run commands such as "pacman -S mingw-w64-x86_64-SDL" # You might need to run commands such as "pacman -S mingw-w64-x86_64-SDL"