Wednesday, 2 October 2013

OCaml: how to use modules in Windows

OCaml: how to use modules in Windows

I'm jus following the tutorial. It demonstrates the use of Graphics. It says
[Windows users: For this example to work interactively on Windows, you
will need to create a custom toplevel. Issue the command ocamlmktop -o
ocaml-graphics graphics.cma from the command line.]
I don't exactly what it means.
I have corresponding source code in "D:\MySourceCode\OCaml\2.Graphics.ml".
My cmd has entered OCaml environment. Now what should I do?

No comments:

Post a Comment