SFML community forums

Help => General => Topic started by: rogeriodec on May 12, 2018, 08:10:00 pm

Title: How to upgrade SFML from 2.4.2 to 2.5.0 (Codeblocks)?
Post by: rogeriodec 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?
Title: Re: How to upgrade SFML from 2.4.2 to 2.5.0 (Codeblocks)?
Post by: eXpl0it3r 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).