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

Author Topic: Compiling with SFML  (Read 1581 times)

0 Members and 1 Guest are viewing this topic.

aaammsw

  • Newbie
  • *
  • Posts: 2
    • View Profile
Compiling with SFML
« 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

Satus

  • Guest
Re: Compiling with SFML
« Reply #1 on: November 09, 2015, 10:12:19 am »
That depends on how you build your program. You can build SFML statically or just copy all binaries into executable folder.

 

anything