Hello,
I have installed SFML 1.6 on Ubuntu 11.10. Did the sudo make install and it all ran without problems. I made the test program, managed to compile, however when I run I get the following error:
./test: error while loading shared libraries: libsfml-system.so.1.6: cannot open shared object file: No such file or directory
I made a sudo mv of the shared library in question to /usr/lib and it worked. My question is, can I compile in a meaner that this operation is not required (the move of files to /usr/lib)? If not, then for Unix/Linux at least there will be a SFML Framework installer when publishing any version of the application. If this is the case I can write a small shell script that does the moving/coping and test if it works on a machine that never seen SFML and publish it if it works.