INSTALLATION

To compile drgeocaml you will need :
 - Ocaml >= 3.08 (http://caml.inria.fr/)
 - LablGtk2 (http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/lablgtk.html)
   Warning : 
	   - You need to compile lablgtk2 withlibrsvg support.
	   - You need GTK >= 2.4
 - Xml-light (http://tech.motion-twin.com/xmllight)
 - CReal (http://www.lri.fr/~filliatr/software.en.html)
 - ocaml-gettext (http://webperso.easyconnect.fr/gildor/ocaml-gettext.html)

Just unpack the tarball in a work directory.

The Makefile provided uses OCamlMakefile.
You just have to adapt the Makefile to your own Ocaml installation
(mainly the INCLUDE variable), and type

make

If something bad happens, your Ocaml installation is different from
mine. Just let me know :-)

To install drgeocaml you need to go root :

su

Here type your root password and then type :

make install

If you want to see the (not quite) documented sources, type 

make htdoc

and explore the doc/html directory with your favorite browser. 

USAGE

After compilation, you will get a binary which normally can
run on its own. Just type 

drgeocaml

You will see a graphic window. Menus enable the different drawing
options.