Ocsfml
An OCaml port of the C++ SFML library (version >= 2.0)
Requirements
- SFML >= 2.0
- OCaml >= 3.12
- findlib >= 1.2.7
- a C++ compiler having a minimal support of C++11
- boost
- OcamlbuildCpp
- a shell where make is available
Installation
To install, do :
make
to build ocsfmlmake install
to install ocsfmlmake doc
to build the documentation