Hi, I'm just getting started with SFML and programming : I'm working on a C++ project and I'm trying to install SFML on Xcode 5,1. So I followed the steps indicated on the website. Done. But now on my project : I'm trying to use the SFML library : that's why at the beginning of the program I wrote :
#include <SFML/Graphics.hpp>
and I'm told SFML/Graphics.hpp file not found.
What am I supposed to do ? Could you please give the steps I need to follow in order to solve this ?
Thank you very much.