I downloaded allegro 5 lastest version source tar.gz file for linux (ubuntu) from Allegro web site.
I decompressed the file, and as as README says:
- I created a "build" directory inside the decompressed files and directories.
- Inside the "build" directory I did a "cmake .." and everything is ok.
- The README says that after that I should do a "make". When I did it the Allegro 5 libs are generated/compiled.
The libs generated are suitable for Codeblocks IDE, but the thing is that I'm missing header ".h" files that i need them to fully compile an Allegro 5 software. The ".h" files should go to an "include" dir.
I'm missing the .h files for my software.