Differences
This shows you the differences between two versions of the page.
docs:mac:builds:ocaml [2008/12/28 21:25] – created billh | docs:mac:builds:ocaml [2008/12/30 20:52] (current) – billh | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== ocaml (Objective Caml) ====== | ====== ocaml (Objective Caml) ====== | ||
- | * first download source from http:// | + | * first download |
- | * use [[typical_build_procedure]] | + | * run the following commands< |
+ | ./ | ||
+ | make world | ||
+ | make opt | ||
+ | sudo make install | ||
+ | </ |