Zandronum sdl12-compat build

Maps, modifications, add-ons, projects, and other releases for Zandronum. Also includes announcers.
Post Reply
User avatar
penguin
 
Posts: 82
Joined: Tue Aug 28, 2018 5:05 am
Location: Japan
Contact:

Zandronum sdl12-compat build

#1

Post by penguin » Fri May 13, 2022 4:34 pm

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)

Post Reply