I'm developing a cross-platform application and I'm having trouble with distributing a Linux binary. In Windows the dll's were - libsndfile-1.dll lua5.1.dll lua51.dll openal32.dll sfml-audio.dll sfml-graphics.dll sfml-network.dll sfml-system.dll sfml-window.dll
This is a very early pre-release, so I don't want to write a package. I'm just interested in having the user download a tarball and run the binary inside. What are the typical ways for users to get these dependencies in Linux, w/o writing a package?
P.S. Also I have Linux 64-bit, and one user reported that the application didn't run on their 32-bit Linux. What could be the issue? I didn't have this issue with Windows (built on a 64-bit system, works on 32-bits).
