Allegro 4.4 PSP
New Allegro 4.4 PSP:
The recommended way to build PSP Allegro from the shell prompt:
Allegro 4.4> mkdir build
Allegro 4.4> cd build
Allegro 4.4/build> cmake -DWANT_TESTS=off -DWANT_TOOLS=off -DWANT_LOGG=off -DWANT_ALLEGROGL=off -DCMAKE_TOOLCHAIN_FILE=../cmake/Toolchain-psp-gcc.cmake ..
Allegro 4.4/build> make
Allegro 4.4/build> make install
For more info visit the official web:
http://alleg.sourceforge.net/stabledocs/en/build/cmake.html
Download
Links
- Updated to the official Allegro 4.4 SVN Rev. 13323.
- Migrated to the Cmake build system.
- Supported the loadpng and the jpgalleg addons.
- All the Allegro examples and demos are build as .PRX files (some will not work...).
- Added the mouse driver. Thanks to sauron_le_noir for implementing it.
The recommended way to build PSP Allegro from the shell prompt:
Allegro 4.4> mkdir build
Allegro 4.4> cd build
Allegro 4.4/build> cmake -DWANT_TESTS=off -DWANT_TOOLS=off -DWANT_LOGG=off -DWANT_ALLEGROGL=off -DCMAKE_TOOLCHAIN_FILE=../cmake/Toolchain-psp-gcc.cmake ..
Allegro 4.4/build> make
Allegro 4.4/build> make install
For more info visit the official web:
http://alleg.sourceforge.net/stabledocs/en/build/cmake.html
Download
Links

