swh:1:snp:2d869aa00591d2ac8ec8e7abacdda563d413189d
Raw File
Tip revision: efb1ffd7415a53305423eb23b8da0a63ebfcfc87 authored by Roberto Di Cosmo on 04 February 2012, 00:59:14 UTC
Added sdl version of the Mandelbrot test example.
Tip revision: efb1ffd
INSTALL
To install this program, just type

./configure; make; make install

To uninstall, type

make uninstall

To compile from git, do this first :

aclocal -I m4
autoconf
autoheader
./configure
make

-------------------------------------
Users of OCaml version 3.11 will not
be able to use the standard makefile
due to changes in ocamlbuild.

Use make -f Makefile_3.11 instead.
back to top