	Cameleon installation 


*** What you need ***
- OCaml 3.07
- LablGtk 1.2.6 installed
- make ;-)

*** How to compile ***
- ./configure [--includedir /absolute/path/to/ocaml/compiled/source]
	Use the --includedir option if you want to build and install
	the graphical toplevel and the graphical debugger.
- make depend
- make
- make doc
- make install


