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

Author Topic: SFML C++ Statically linked project template  (Read 3894 times)

0 Members and 1 Guest are viewing this topic.

RooXChicken

  • Newbie
  • *
  • Posts: 1
    • View Profile
SFML C++ Statically linked project template
« on: October 27, 2020, 02:00:59 am »
It took me a while to find out how do do this (new to SFML) and so to help anyone else I made a project template that uses mingw-make to statically link SFML to the exe to make a single exe with no dlls. I hope you all find this at least somewhat useful.

https://github.com/RooXChicken/SFML-static-project
hi there

 

anything