So, I made a program in Linux(OpenSUSE), using C++ and SFML.
I tried to send the compiled program to a friend of mine (also on Linux) but it said it was missing the DLL's. So I included all the ".so" that I used (audio, graphics, window, and system) but when he tries to run it, it keeps giving an error:
error while loading shared libraries: libsfml-audio.so.2.4: cannot open shared object file: No such file or directory
So I went to check, and I definitely included the "libsfml-audio.so.2.4" file.
I really don't want to have to make him install SFML just so he can run it.
Thanks in advance for any help.