SFML community forums

Help => General => Topic started by: aaammsw on November 09, 2015, 09:38:55 am

Title: Compiling with SFML
Post by: aaammsw on November 09, 2015, 09:38:55 am
When I compile with SFML, does the computer running the .exe need to have any of the SFML or other files installed or can it just run the application without worry.

Sorry for the noob question just wondering because I want to use SFML for a programming assignment and this is my first time. Thanks in advance
Title: Re: Compiling with SFML
Post by: Satus on November 09, 2015, 10:12:19 am
That depends on how you build your program. You can build SFML statically (http://www.sfml-dev.org/faq.php#build-link-static) or just copy all binaries into executable folder.