1
System / Re: SFML With no DLLS?
« on: February 22, 2017, 03:26:03 am »
It sounds as if you need to create an msi installer. You can use something like wix or installshield to create the installer.
Wix is probably your best bet as its free and very simple to use. If you have worked with xml you will get the hang of it in no time.
Edit: forget statically linking it bloats the exe. Just package everything in the installer
Wix is probably your best bet as its free and very simple to use. If you have worked with xml you will get the hang of it in no time.
Edit: forget statically linking it bloats the exe. Just package everything in the installer