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

Author Topic: Offline Documentation  (Read 2713 times)

0 Members and 1 Guest are viewing this topic.

Unaimend

  • Newbie
  • *
  • Posts: 2
    • View Profile
    • Email
Offline Documentation
« on: June 09, 2014, 10:38:47 am »
Where can I find an offline documentation for SFML 2.1?

Jesper Juhl

  • Hero Member
  • *****
  • Posts: 1405
    • View Profile
    • Email
Re: Offline Documentation
« Reply #1 on: June 09, 2014, 10:49:58 am »
In the source tree.

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Re: Offline Documentation
« Reply #2 on: June 09, 2014, 11:49:11 am »
You must download the SFML sources and build the "doc" target. See the tutorial for more details.
Laurent Gomila - SFML developer

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10982
    • View Profile
    • development blog
    • Email
Re: Offline Documentation
« Reply #3 on: June 09, 2014, 01:14:34 pm »
Well if you want the 2.1 version, you can also just download any of the packages and you'll get the HTML version and the compressed HTML (*.chm) version.
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

Unaimend

  • Newbie
  • *
  • Posts: 2
    • View Profile
    • Email
Re: Offline Documentation
« Reply #4 on: June 10, 2014, 03:29:58 pm »
Thank you all for, quick answers.