Skip to content

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:

  1. Install homebrew (follow the directions on homebrew's homepage).
  2. 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.

That's it! Allegro should be installed into /usr/local/lib and /usr/local/include.

Clone this wiki locally