-
Notifications
You must be signed in to change notification settings - Fork 58
Linux Build Dependencies
SteveFosdick edited this page Apr 7, 2018
·
1 revision
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 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