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

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - SeanRamey

Pages: [1]
1
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/download

Lemme know if you have any problems!

Pages: [1]
anything