Quick Tuturial
Step.1 - download putty and Open
Step.2 - insert ip of the raspberry pi and port 22
Step.3 - insert username= pi - password=raspberry
step.4 - sudo apt-get update
step.5 - sudo apt-get upgrade
step.6 - git clone
https://github.com/mickelson/sfml-pi.gitstep.7 - once downloaded then
step.8 - sudo apt-get install cmake libflac-dev libogg-dev libvorbis-dev libopenal-dev libjpeg8-dev libfreetype6-dev libudev-dev
step.9 - then type "cd SFML" don't added the quotations marks
step.10 - type "mkdir build" don't added the quotations marks
step.11 - then type "cd build" don't added the quotations marks
step.12 - cmake .. -DSFML_RPI=1 -DEGL_INCLUDE_DIR=/opt/vc/include -DEGL_LIBRARY=/opt/vc/lib/libEGL.so -DGLES_INCLUDE_DIR=/opt/vc/include -DGLES_LIBRARY=/opt/vc/lib/libGLESv1_CM.so
step.13 - sudo make install
step.14 - sudo ldconfig
if successful you will see what efraimsangil got as a log all done via your pc and putty