Image noise/OCaml/Xlib: Difference between revisions

Content added Content deleted
(native-code command lines)
m (capitalise)
Line 144: Line 144:
print_newline()</lang>
print_newline()</lang>


you can also compile this program to native-code with the following command:
You can also compile this program to native-code with the following command:
:$ ocamlopt -I +Xlib Xlib.cmxa unix.cmxa noise_fps_x.ml -o noise_fps_x.opt
:$ ocamlopt -I +Xlib Xlib.cmxa unix.cmxa noise_fps_x.ml -o noise_fps_x.opt