Releases: 370network/SDL2-pax
Releases · 370network/SDL2-pax
SDL2 Driverless + SDL_gfx, SDL_image for ProlinOS/PAX
Important
Thanks Adam for putting all of this together!
Note
More information about the port: https://forum.370.network/viewtopic.php?p=146#p146
First SDL2 release with necessary build stuff for PAX terminals and ProlinOS. Doesn't include any modifications and also is built without any drivers, so you have to implement the keypad support and touchscreen support to the desired SDL2 app by yourself.
Ready to use driverless release with *static* SDL2 library, shared SDL_gfx, shared SDL_image and headers.
Build info:
SDL2:
export CC='/home/parallels/arm-2012.03-57-arm-none-linux-gnueabi-i686-pc-linux-gnu/arm-2012.03/bin/arm-none-linux-gnueabi-gcc'
./configure --disable-audio --disable-video --disable-joystick --disable-haptic --disable-hidapi --disable-sensor --disable-video-vulkan --disable-dbus --prefix=/home/parallels/sdlout/ --host=arm-none-linux-gnueabi
make
make install
SDL_image:
./configure --disable-avif --disable-jpg-shared --disable-jxl --disable-png-shared --disable-svg --disable-tif --disable-xcf --disable-xpm --disable-xv --disable-webp --disable-qoi --disable-lbm --disable-pcx --disable-sdltest --with-sdl-prefix=/home/parallels/sdlout/ -prefix=/home/parallels/sdlout/ --host=arm-none-linux-gnueabi
make
make install
SDL_gfx:
./configure --with-sdl-prefix=/home/parallels/sdlout/ -prefix=/home/parallels/sdlout/ --disable-mmx --host=arm-none-linux-gnueabi --build=aarch64-linux-gnu
make
make install