File Release Notes and Changelog
Release Name: 3.11.0.0rc1
Release Notes
Embedded documentation not up-to-date yet. This is how the tarball is supposed to be used:
* have the OCaml source tarball somewhere, and adapt the Makefile accordingly
* execute:
make prepare && cd ocaml-*
./configure <your-options>
make -f Makefile.ocamlduce <target>
where <target> is one of:
- world: build only bytecode stuff
- world.opt: build bytecode and native stuff
- installbyte: install only bytecode stuff
- installopt: install only native stuff
- clean: as usual...
* enjoy
Change Log
Initial port to OCaml 3.11.0
