Skip to content

Instantly share code, notes, and snippets.

@gjreasoner
Last active February 6, 2022 14:15
Show Gist options
  • Save gjreasoner/762c88e7c24552948a6352877620d503 to your computer and use it in GitHub Desktop.
Save gjreasoner/762c88e7c24552948a6352877620d503 to your computer and use it in GitHub Desktop.
Install 7kaa on MacOS

Download and install homebrew to get other required dependencies like SDL2

https://brew.sh/

brew install openal-soft
brew install sdl2
brew install sdl
brew install enet

Only need to do this to build it, if you have 7kaa already, you can skip:

./configure
make

Run the command

SKDATA=data ./src/7kaa
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment