Tiny hobby / free-time roguelike game pet-project. ๐ฎ๐ง๐ป๐ช
____ __ _ __
/ __ \____ ____ ___ _____ / / (_) /_____
/ /_/ / __ \/ __ `/ / / / _ \/ / / / //_/ _ \
/ _, _/ /_/ / /_/ / /_/ / __/ /___/ / ,< / __/
/_/ |_|\____/\__, /\__,_/\___/_____/_/_/|_|\___/
/____/
- https://archlinux.org/packages/extra/x86_64/sdl2/
- https://archlinux.org/packages/extra/x86_64/sdl2_image/
yay -S sdl2 sdl2_image
sudo apt install libsdl2-dev libsdl2-image-dev
Tested on MBP 14" (Nov 2023), M3 Pro, 36 GB RAM, Sonoma 14.7.1.
brew install sdl2
brew install sdl2_image
brew link sdl2
brew link sdl2_image
export LIBRARY_PATH="$LIBRARY_PATH:/opt/homebrew/lib"
Source: click here.
Source: click here.