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

Author Topic: Internal dependencies of SFML modules  (Read 2267 times)

0 Members and 1 Guest are viewing this topic.

tamas

  • Newbie
  • *
  • Posts: 1
    • View Profile
Internal dependencies of SFML modules
« on: December 03, 2017, 12:48:48 pm »
I'm in the process of creating conan packages for SFML and I want to create one package per SFML module. I'd like to know if the internal dependencies of modules are documented somewhere. For example, if sfml-window depends on, say, sfml-system (or even if no module depends on anything). I can find out by trial and error, but I hoped that someone might know the answer.

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Re: Internal dependencies of SFML modules
« Reply #1 on: December 03, 2017, 03:17:37 pm »
You can have a look either at the FindSFML.cmake file, or at the "Getting started" tutorial for Visual C++ or Code::Blocks.
Laurent Gomila - SFML developer

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 11004
    • View Profile
    • development blog
    • Email
Re: Internal dependencies of SFML modules
« Reply #2 on: December 03, 2017, 06:15:00 pm »
All modules depend on sfml-system and the sfml-graphics module also depends on sfml-window.
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Re: Internal dependencies of SFML modules
« Reply #3 on: December 03, 2017, 06:41:29 pm »
My answer implies that you're interested in the libraries SFML depends on, by the way, so ignore it if you only look for dependencies between SFML modules.
Laurent Gomila - SFML developer

Hiura

  • SFML Team
  • Hero Member
  • *****
  • Posts: 4321
    • View Profile
    • Email
Re: Internal dependencies of SFML modules
« Reply #4 on: December 08, 2017, 11:59:20 pm »
I'm in the process of creating conan packages for SFML

That's interesting new! Let us know if you manage to get it working.  :)
SFML / OS X developer