1
General discussions / 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
https://github.com/RooXChicken/SFML-static-project