zenorogue / hyperrogue

A SDL roguelike in a non-euclidean world
GNU General Public License v2.0
554 stars 66 forks source link

Fix Mac Build #369

Closed Tokarak closed 3 months ago

Tokarak commented 3 months ago

HyperRogue can now be build on an Apple Silicon device, where the brew prefix is different. In addition, #332 has been fixed. Documentation on building has been improved, especially regarding using Glew (and libpng).

While some of these fixes could be trivially fixed for Linux, there are already PRs to do that (#333); I don't want to create a merge conflict.

Fixes: #332