Skip to content

Linux Build Dependencies

SteveFosdick edited this page Apr 7, 2018 · 1 revision

Allegro 4 Version Including v2.2

Arch Linux

The following packages will need to be installed. Unlike some other distros Arch does not have separate development packages so the library packages are also the run-time dependencies.

  • gcc
  • make
  • automake
  • allegro4
  • openal
  • freealut

gcc, make and automake are all included in the base-devel package group so if you do other development on the machine these are quite likely to be installed.

Debian

Debian does have separate development packages. In the case of library packages installing the development package will install the shared library package needed for runtime as a dependency.

  • gcc
  • make
  • automake
  • liballegro4-dev
  • libopenal-dev
  • libalut-dev