autobleem / AutoBleem

AutoBleem - Alternative to BleemSync/BootMenu, C++ based, GameScanner and Updater for Playstation Classic
GNU General Public License v3.0
497 stars 72 forks source link

[0.9.0](enhancement) Statically link newer SDL2.0 2.0.5 library #327

Open BananaRama203 opened 4 years ago

BananaRama203 commented 4 years ago

Currently AB, dumps .so to tmp and then LD_LIBRARY_PATHS them.

To the best of my knowledge, IF you NEED 2.0.5 instead of 2.0.4 then you can statically compile 2.0.5 but set the rest of the SDL2 libraries to point at the shared libs already on the console as they are compatible.

Any other 3rd party library that's not on the console and not required by any other binary within AB should be statically compiled with the .a also