XXX THIS IS OUTDATED! XXX

Run:
  ./make.sh configure
  ./make.sh build
  ./make.sh localinstall # This will install in the build tree under prefix/

In order to package the library, you will have to run the command `ocamlfind printconf' and take a look at its output. You can hardcode the values in your buildscripts since they won't change for a given distribution.

  Packages will be installed in/removed from:
      /opt/ocaml/lib/ocaml/site-lib (1)
  The ld.conf file can be found here:
      /opt/ocaml/lib/ocaml/std-lib/ld.conf (2)


Now, packge prefix/foo in the right location for your distribution (path (1): $1/foo).

You will also have to update ocamlfind's ld.conf (path (2)). With the example configuration above, you will have to add the path `$1/foo' to it. First make sure the path isn't already there (grep the file first).


