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

Author Topic: How to upgrade SFML from 2.4.2 to 2.5.0 (Codeblocks)?  (Read 1196 times)

0 Members and 1 Guest are viewing this topic.

rogeriodec

  • Newbie
  • *
  • Posts: 42
    • View Profile
How to upgrade SFML from 2.4.2 to 2.5.0 (Codeblocks)?
« on: May 12, 2018, 08:10:00 pm »
I would like to upgrade to version 2.5.0.
But remember that it was not easy to make SFML work with CodeBlocks on my Windows, it was several manual steps.
I would like to know if to upgrade to the new version I would need to do a new full install, or is there any easier way?

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10820
    • View Profile
    • development blog
    • Email
Re: How to upgrade SFML from 2.4.2 to 2.5.0 (Codeblocks)?
« Reply #1 on: May 12, 2018, 10:41:51 pm »
You should be able to update Code::Blocks to its latest version, remove your current SFML binaries, then grab the new SFML pre-compiled binaries and finally open the existing Code::Blocks project.

(If you link SFML statically, you'll need to remove jpeg from your dependency list, as it's not longer needed as dependency).
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

 

anything