Image noise: Difference between revisions

m
Line 299:
compile with:
ocamlopt bigarray.cmxa -I +sdl sdl.cmxa noise_fps_sdl.ml -o noise_fps_sdl.opt
 
or using findlib:
ocamlfind opt -linkpkg -package sdl noise_fps_sdl.ml
./a.out
 
=={{header|PureBasic}}==