Source code of the chocolatey package for SFML on windows. It automatically download sfml binaries for MinGW 64 bit version (SEH) and set environment variables for compiling.
- provided "AS IS"
- Open a command line in the directory sfml-mingw64
- type
choco pack
. This will create a nupkg file.
- You can install via Chocolatey
choco install sfml-mingw64 -s <path of nupkg file>