I downloaded the repository of allegro 4.4 from here, but i have no idea how to install it on ubuntu. I looked for tutorials, but i didn't find them. Could you tell me how to install it please?
Maybe there is a more confortable way to install it as for example writing a single command in the terminal (in this case the software should be downloaded from terminal)?
Thank you for your help.
To install Allegro 4.4 in all currently supported versions of Ubuntu open the terminal and type:
Packages for Allegro 4.4 will also be available in the default Ubuntu 20.10 repositories.
The version of Allegro that you downloaded from GitHub was last updated on October 19, 2013. In Ubuntu 19.10 run the following commands to install the latest stable version of Allegro instead:
The packages that are highlighted in bold text are optional packages for running Allegro with C/C++ in Code::Blocks IDE.
The same commands will also install Allegro 5 portable library for cross-platform game and multimedia development in all currently supported versions of Ubuntu.
Expected results of
cd /usr && locate --regex 'allegro.*\.so'
: