On Sat, Jul 02, 2011 at 10:32:08PM -0300, José Romildo Malaquias wrote: > How should lambda-term be compiled? What pre-requisites are needed?
The pre-requisites are the following: - lwt: http://ocsigen.org/lwt/ - camomile: http://camomile.sourceforge.net/ - zed: http://forge.ocamlcore.org/projects/zed/ To compile the development version, you need to get oasis (http://oasis.forge.ocamlcore.org/), and run: $ oasis setup $ ocaml setup.ml -configure $ ocaml setup.ml -build $ ocaml setup.ml -install Cheers, -- Jérémie -- Caml-list mailing list. Subscription management and archives: https://sympa-roc.inria.fr/wws/info/caml-list Beginner's list: http://groups.yahoo.com/group/ocaml_beginners Bug reports: http://caml.inria.fr/bin/caml-bugs
