Let me explain my problem. Ive installed Ubuntu 11.10 with WMWare on windows7 to be able to compile and share my game project using SMFL with Linux users too.
Since this is my first experience with it i have successfully installed all dependencies, SMFL 2.0, Box2D, CodeBlocks... with a help from my friends, and compiled my project without trouble.
Since i linked with SMFL dynamicaly, .so files are in /usr/local/lib folder. How can i make portable "installation"? Do i just copy .so, "exe" & resources and pack them into zip or what?