Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: SFML 2 include  (Read 1692 times)

0 Members and 1 Guest are viewing this topic.

asdatapel

  • Jr. Member
  • **
  • Posts: 76
    • View Profile
SFML 2 include
« 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

OniLinkPlus

  • Hero Member
  • *****
  • Posts: 500
    • View Profile
SFML 2 include
« Reply #1 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.
I use the latest build of SFML2

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
SFML 2 include
« Reply #2 on: September 08, 2011, 07:44:16 am »
Don't forget to execute the 'install' target after compiling SFML.
Laurent Gomila - SFML developer

asdatapel

  • Jr. Member
  • **
  • Posts: 76
    • View Profile
SFML 2 include
« Reply #3 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?

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
SFML 2 include
« Reply #4 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?
Laurent Gomila - SFML developer