I'm not able to launch it:
% ./space\ racers
./space racers: error while loading shared libraries: libsfml-system.so.2: cannot open shared object file: No such file or directory
% ldd space\ racers
linux-gate.so.1 (0xf7744000)
libsfml-system.so.2 => not found
libsfml-window.so.2 => not found
libsfml-graphics.so.2 => not found
libsfml-audio.so.2 => not found
...
% sudo ldconfig -v |grep sfml
ldconfig: Path `/usr/lib' given more than once
ldconfig: Path `/usr/lib64' given more than once
ldconfig: Can't stat /usr/libx32: No such file or directory
libsfml-system.so.2 -> libsfml-system.so.2.1
libsfml-window.so.2 -> libsfml-window.so.2.1
libsfml-audio.so.2 -> libsfml-audio.so.2.1
libsfml-graphics.so.2 -> libsfml-graphics.so.2.1
libsfml-network.so.2 -> libsfml-network.so.2.1
Any chance to get sources and build myself?