SFML community forums

General => General discussions => Topic started by: Jarwulf on August 30, 2009, 08:52:27 am

Title: Tutorial request
Post by: Jarwulf 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
Title: Tutorial request
Post by: Laurent 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?
Title: Tutorial request
Post by: Jarwulf 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.
Title: Tutorial request
Post by: Laurent 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.