Skip to content

Instantly share code, notes, and snippets.

@codeaholics
Created September 26, 2022 20:47
Show Gist options
  • Save codeaholics/5ade62c43d1de8a305e3ae9b3ca9f781 to your computer and use it in GitHub Desktop.
Save codeaholics/5ade62c43d1de8a305e3ae9b3ca9f781 to your computer and use it in GitHub Desktop.
Compiling B-Em on MacOS Monterey (26 September 2022)
brew install allegro automake # I may have already installed other required packages
./autogen.sh
CFLAGS=-I/opt/homebrew/Cellar/allegro/5.2.8.0_2/include LDFLAGS=-L/opt/homebrew/Cellar/allegro/5.2.8.0_2/lib ./configure
make
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment