	Cameleon installation

*** What you need ***
- OCaml 3.12.0 or above installed
- LablGtk 2.14.0 or above installed (with lablglade and lablgtksourceview2 enabled)
- XML-light 2 or above installed
- Pcre-OCaml 5.09 or above installed
  (may work but was not tested with previous versions)
- 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 all
- make install
