From 2659d08b78590a082fb83ce9589c093b247e2934 Mon Sep 17 00:00:00 2001 From: Tokarak <63452145+Tokarak@users.noreply.github.com> Date: Wed, 17 Apr 2024 10:23:40 +0100 Subject: [PATCH] Add message about using glew and libpng to Makefile --- Makefile | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 5c9a2c0a..d1d47ed4 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,15 @@ # 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: -# Run `brew install sdl12-compat sdl_gfx sdl_mixer sdl_ttf glew` -# Run "make" to build HyperRogue as ./hyperrogue. +# Run `brew install sdl12-compat sdl_gfx sdl_mixer sdl_ttf` +# Run `brew install glew libpng` to install the optional dependencies +# Run `make` to build HyperRogue as `./hyperrogue`. # # For MSYS2 and MinGW-w64: # You might need to run commands such as "pacman -S mingw-w64-x86_64-SDL"