colormap
development files for the Allegro library
Install
- All systems
-
curl cmd.cat/colormap.sh
- Debian
-
apt-get install liballegro4-dev
- Ubuntu
-
apt-get install liballegro4-dev
- Arch Linux
-
pacman -S allegro4
- Kali Linux
-
apt-get install liballegro4-dev
- Fedora
-
dnf install allegro-tools
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install liballegro4-dev
- Raspbian
-
apt-get install liballegro4-dev
- Dockerfile
- dockerfile.run/colormap
liballegro4-dev
development files for the Allegro library
This package contains the development headers for the Allegro library. Allegro is a cross-platform library mainly aimed at video game and multimedia programming. It handles common, low-level tasks such as creating windows, accepting user input, loading data, drawing images, playing sounds, etc. and generally abstracting away the underlying platform.