mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-26 18:10:35 +00:00
Add message about using glew and libpng to Makefile
This commit is contained in:
parent
45db9977a0
commit
2659d08b78
11
Makefile
11
Makefile
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user