So, I decided that I would make an easy way for everybody to setup SFML and add it to Visual Studio 2013 via a simple installer.
This installer installs SFML 2.1 snapshot to "
program files (x86)/SFML" by default. It also adds a start menu folder with a shortcut to the uninstaller and the SFML help. In addition to that, I included template projects I made for VS2013. They include a basic SFML application, and a Win32 SFML application. Each template has 4 build configurations: debug, debug static, release, and release static. They both have an empty version, and the non-empty version includes the example source from the SFML tutorials, and I used Fitzy's preprocessor library linking which is in a precompiled header ,"
stdafx.h", so that the static SFML libraries would work. These templates are installed to "
C:\Users\CurrentUser\Documents\Visual Studio 2013\Templates\Project Templates\Visual C++ Project\". As long as your VS2013 uses the default directories, this installer should work fine.
Download:
https://sourceforge.net/projects/sfmlsimpleandfastinstaller/files/latest/downloadLemme know if you have any problems!