-
Notifications
You must be signed in to change notification settings - Fork 8
Installing with homebrew
SiegeLord edited this page Feb 21, 2019
·
1 revision
Allegro is graciously packaged by homebrew
. To install Allegro from there, follow these steps:
- Install
homebrew
(follow the directions onhomebrew
's homepage). - Install Allegro.
- Run
brew install allegro
on the terminal to install Allegro 5.2.x, the stable version. - Run
brew install --HEAD allegro
on the terminal to install the development version.
- Run
That's it! Allegro should be installed into /usr/local/lib
and /usr/local/include
.