Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > c00aac9511e40e4946e24ea6485133f4 > files > 315

ocaml-glmlite-devel-0.03.35-1mdv2010.0.i586.rpm

if [ -d `ocamlc -where`/Xlib ]
then
	:
else
	echo "This demo requires Xlib/GLX available from:"
	echo "http://www.linux-nantes.org/~fmonnier/OCaml/Xlib/"
	exit 1
fi

ocaml -I +glMLite GL.cma Glu.cma Glut.cma -I +Xlib Xlib.cma GLX.cma lesson13.ml