	Cameleon installation


*** What you need ***
- OCaml 3.08.0 or above installed
- LablGtk 2.4.0 or above installed (with lablglade enabled)
- XML-light 2 or above installed
- make ;-)

*** How to compile ***
- ./configure [--with-ocaml-src-dir /absolute/path/to/ocaml/compiled/sources]
	Use the --with-ocaml-src-dir option if you want to build and install
	topcameleon, the graphical toplevel
- make depend
- make all
- make doc
- make install
