Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 508 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 508 Bytes

Blur

a simple programming language for processing and manipulating image data and for creating text-based visual art.

Dependencies:

Installation under Ubuntu 15.10

LLVM 3.6 is the default under 15.10, so we ask for a matching version of the OCaml library.

sudo apt-get install -y ocaml m4 llvm opam opam init opam install llvm.3.6 ocamlfind eval opam config env

sudo apt-get install freeglut3-dev sudo apt-get install binutils-gold ( for ubuntu >= 11.10 ) sudo apt-get install libdevil-dev