Skip to content

Installation on Windows

Jeanne-Kamikaze edited this page Sep 22, 2015 · 6 revisions

Getting CSFML

Download latest CSFML from http://www.sfml-dev.org/download/csfml/ and extract the archive.

Building HSSFML

git clone https://github.com/SFML-haskell/SFML.git
cd SFML
cabal install --extra-include-dirs=C:\path\to\CSFML\include --extra-lib-dirs=C:\path\to\CSFML\lib\gcc

Building HSSFML Demos

cd SFML/demos
cabal install