	Zoggy installation

*** What you need ***
- OCaml 3.04 installed
- LablGtk 1.2.3 installed
- Configwin 0.9 installed
- make ;-)

*** How to compile ***
- ./configure
- make world
- make clean_all bootstrap
- make opt (if the native ocaml compiler is installed)
- make install
	install executable zoggy in ocaml_dir/bin
	install zoggy.cma and zoggy.cmi in ocaml_dir/lib/ocaml
	install pa_zog.cma in ocaml_dir/lib/ocaml/camlp4
      and if the native version was compiled :
	install executable zoggy.opt in ocaml_dir/bin
	install zoggy.cmxa, zoggy.cmi and zoggy.a in ocaml_dir/lib/ocaml
