Page 1 of 1

Zandronum sdl12-compat build

Posted: Fri May 13, 2022 4:34 pm
by penguin
I edited SDL2 and sdl12-compat a bit so that they can be loaded without crashing. The compiled binary is for ubuntu 22.04
sdl12-compat should have several advantages.

Required
  • libjpeg-turbo

    Code: Select all

    sudo apt install libjpeg-turbo8
Bypassing system libraries by statically linking sdl12-compat.

For Vsync, set SDL12COMPAT_SYNC_TO_VBLANK=1

Download (GitHub)