	Configwin

*** What is Configwin ***
Configwin is a library used to edit configuration parameters of an application using
predefined boxes in LablGtk. You describe the parameters you want to appear in the
window and the user can change these parameters in the automatically built window.

*** What you need ***
- OCaml 3.03 installed
- LablGtk 1.2.2 installed
- make ;-)

*** How to compile ***
- autoconf
- ./configure
- make depend
- make all

- make example
	will create the ./example executable, from the file example.ml
- make example.opt
	will create the ./example.opt executable if the native ocaml compiler is installed

- make install
	will install configwin.cm[i|a] in <ocaml_dir>/lib/ocaml
- make installopt
	if the native ocaml compiler is installed
	will install configwin.cm[i|xa] and configwin.a in <ocaml_dir>/lib/ocaml


*** Author ***
Maxence Guesdon <maxence.guesdon@inria.fr>
