|
|
|
|
|
by dvzk
1296 days ago
|
|
If this update is like the old version, it has bundled dependencies on glibc and SDL 1.2. You can overwrite the outdated glibc libraries with symlinks to the system glibc. SDL, SDL_image, and SDL_ttf can be relinked to sdl12-compat, which implements the SDL1.2 ABI using the maintained SDL2 libraries. (edit: I forgot this is a Windows-only release, so maybe disregard this.) |
|