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

Author Topic: Tutorial request  (Read 2605 times)

0 Members and 1 Guest are viewing this topic.

Jarwulf

  • Newbie
  • *
  • Posts: 37
    • View Profile
Tutorial request
« on: August 30, 2009, 08:52:27 am »
Can you include in your tutorials the necessary library files? Not knowing what to link to makes it harder for some beginners.  :D

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Tutorial request
« Reply #1 on: August 30, 2009, 09:50:48 am »
If a tutorial is under the xxx section then you need to link to sfml-xxx, plus the libraries it depends on, if any. Dependencies between libraries are described in the "getting started" tutorials.

Isn't it enough?
Laurent Gomila - SFML developer

Jarwulf

  • Newbie
  • *
  • Posts: 37
    • View Profile
Tutorial request
« Reply #2 on: August 30, 2009, 10:01:51 pm »
Quote from: "Laurent"
If a tutorial is under the xxx section then you need to link to sfml-xxx, plus the libraries it depends on, if any. Dependencies between libraries are described in the "getting started" tutorials.

Isn't it enough?


I got the first part but I looked through getting started for visual studio and I don't see any list of dependencies.

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Tutorial request
« Reply #3 on: August 30, 2009, 11:12:48 pm »
Ah sorry, it doesn't appear in every tutorial.

Basically, everything depends on sfml-system, and sfml-graphics also depends on sfml-window.
Laurent Gomila - SFML developer