Open devurandom opened 7 years ago
Hm, regarding libsdl2, I think we had this problem once because Ubuntu uses another naming scheme for the libraries. If I'm not mistaken, it depends on the used build system (cmake vs. autotools). Could you check if a symlink works if you upgrade to libsdl2-2.0.5?
Regarding the other dependencies, do you remember if you had to unlock a specific version or if those are the current stable versions? I'm not sure if it's better to depend on a specific version or just add the dependency without a version. Maintaining suitable versions might require a little bit more time than I can spare for this repo these days.
Creating the symlinks worked without any obvious flaws or crashes. I have the latest tilde / ~ versions of the SDL2 libraries installed.
DirtRally
is an ELF64 binary and directly links against:FeralBrowser
is an ELF64 binary and directly links against:FeralLinuxMessage
is an ELF64 binary and directly links against:I used my
scanelf-needed-tree.sh
script to create this list.