SFML 2.2 Visual Studio 2013 / 2015 Binaries + TemplateAfter the success of my
last post, I thought I would share again. It was time to rebuild after upgrading to Windows 10 and Visual Studio 2015, plus I needed to upgrade to SFML 2.2.
LinksVS 2013VS 2015I had to rebuild both jpeg and freetype before I could build SFML for VS 2015. Everything is working fine on my end but please let me know if something goes awry. I compiled using cmake-gui and nmake.
Instructions- Download the zip archive and extract it. Inside the folder there will be a folder named SFML, a batch file named install_template.bat and another archive named SFML-TEMPLATE.zip.
- Copy the folder SFML to C:\SFML. If you want to use a different directory the template will not work.
- If you would like to use the Visual Studio template you can run install_template.bat. If you do not trust or simply do not want to use the batch file you can manually copy SFML-TEMPLATE.zip to "%USERPROFILE%\Documents\Visual Studio (2013 / 2015)\Templates\ProjectTemplates\Visual C++ Project".
I hope I was able to help!
P.S. Special thanks to
LanceJZ for showing me how to automatically include the dll files.