DOCS: http://www.sfml-dev.org/documentation/2.3.2-fr SFML downloads: http://www.sfml-dev.org/download.php
Windows version: Download
Linux version: build it. Download
install sfml from http://www.sfml-dev.org/download.php
$ cd build/linux_version
$ cmake ../..
$ make
$ ./Game
Change SFML path in CMakeLists for windows
Open vs project in ./build/visualStudio/Game
Change project properties following oficial tutorial: http://www.sfml-dev.org/tutorials/2.3/start-vc.php