You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi checked this out to educate myself on packing. Installed fine on windows, and could uninstall. Building the same source on the same windows machine under WSL using gcc when I tried to run the ./App file it says:
./App: error while loading shared libraries: libSDL2-2.0.so.0: cannot open shared object file: No such file or directory
which is fair enough as the only other file in bin apart from the App exe is:
App_libSDL2-2.0.so.0.3000.9
Any advice?
Thanks
The text was updated successfully, but these errors were encountered:
Hi checked this out to educate myself on packing. Installed fine on windows, and could uninstall. Building the same source on the same windows machine under WSL using gcc when I tried to run the ./App file it says:
./App: error while loading shared libraries: libSDL2-2.0.so.0: cannot open shared object file: No such file or directory
which is fair enough as the only other file in bin apart from the App exe is:
App_libSDL2-2.0.so.0.3000.9
Any advice?
Thanks
The text was updated successfully, but these errors were encountered: