LucasLP / AllegroTest

A simple test of Allegro 5, and how install and initialize a project.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AllegroTest

A simple test of Allegro 5, and how install and initialize a project.



Install Allegro 5 at Ubuntu Click Here , or:
sudo add-apt-repository ppa:allegro/5.2
sudo apt-get update
sudo apt-get install liballegro5-dev

In the project, to configure allegro library for linker, usually all allegro files will be here:
/usr/lib/x86_64-linux-gnu/


The Allegro files are:

  • liballegro.so
  • liballegro_acodec.so
  • liballegro_audio.so
  • liballegro_color.so
  • liballegro_dialog.so
  • liballegro_font.so
  • liballegro_image.so
  • liballegro_main.so
  • liballegro_memfile.so
  • liballegro_physfs.so
  • liballegro_primitives.so
  • liballegro_ttf.so
  • liballegro_video.so

If you don't found the files, you can run (can be slow):
cd /
find -name "liballegro.so"

About

A simple test of Allegro 5, and how install and initialize a project.


Languages

Language:C++ 100.0%