	OWS installation 


*** What you need ***
- OCaml 3.0x installed
- LablGtk 20030326 installed
- Cameleon 1.2 (or more) last version compatible with 3.06 
- JC Filliatre's Cgi 0.7 or more (http://www.lri.fr/~filliatr/software.en.html)
- make ;-)

*** How to compile ***
- ./configure
- make depend
- make
- make opt
	if the native ocaml compiler is installed
- make install

- make doc
	create doc/ows.odoc : ocamldoc dumpp
	and doc/*.html : HTML documentation


