SFML community forums

Help => General => Topic started by: Mad Engineer on July 14, 2013, 06:29:21 pm

Title: Build for Visual Studio 2013 ?
Post by: Mad Engineer on July 14, 2013, 06:29:21 pm
When we can get build for Visual Studio 2013 ?
Title: Re: Build for Visual Studio 2013 ?
Post by: Jebbs on July 14, 2013, 06:47:55 pm
What's stopping you from building it yourself?

http://www.sfml-dev.org/tutorials/2.0/compile-with-cmake.php


Also, it looks like VS 2013 isn't even officially released yet. Everything I've seen has just be a "preview". I doubt you'll see an SFML build until it is finished and released.
Title: Re: Build for Visual Studio 2013 ?
Post by: eXpl0it3r on July 14, 2013, 07:18:51 pm
Whenever you go out into beta/alpha/preview/pre-release territory, you're setting yourself into a world, where you're mostly alone. For instance if you'd get a pre-release console for developers you wouldn't expect to play all kinds of AAA titles on it, or would you?

So as said by Jebbs, either build it yourself or get to a version that's officially released. Also keep in mind that CMake might not support VS 2013 yet, so you might have to convert old project file versions or try the NMake make files. ;)