[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
Date: | 2007-04-02 (17:00) |
From: | Nicolas Pouillard <nicolas.pouillard@g...> |
Subject: | Re: [Caml-list] Installation of libraries with ocamlbuild |
On 4/2/07, Joel Reymont <joelr1@gmail.com> wrote: > What is a good way to implement installation of libraries with > ocamlbuild? > There is no good way using ocamlbuild for now. We plan to do it but that soon. What I recommend is either a script shell that's does copy things out of the build directory (there is an example in the OCaml CVS: build/install.sh) or by using ocamlfind to install it. -- Nicolas Pouillard