SFML community forums

Help => General => Topic started by: asdatapel on September 08, 2011, 01:39:37 am

Title: SFML 2 include
Post by: asdatapel on September 08, 2011, 01:39:37 am
Ive compiled SFML 2 as per the tutorial, but I cant find where Im supposed to put the include dirctory. I know theres supposed to be a graphics.cpp, system.cpp, etc, but I cant find those in any of the folders. Thanks in advance
Title: SFML 2 include
Post by: OniLinkPlus on September 08, 2011, 05:29:00 am
No, there shouldn't be a Graphics.cpp, System.cpp, etc. There should be a Graphics.hpp, System.hpp, etc.
Title: SFML 2 include
Post by: Laurent on September 08, 2011, 07:44:16 am
Don't forget to execute the 'install' target after compiling SFML.
Title: SFML 2 include
Post by: asdatapel on September 08, 2011, 07:42:50 pm
I thought the install only moved the stuff to a specified directory? Or does it also make a source?
Title: SFML 2 include
Post by: Laurent on September 08, 2011, 10:36:20 pm
It gathers and copies everything, to get a clean install folder. And why are you talking about sources?