* Description of mathplot ******************************************************
(the .lsm)





* Installation *****************************************************************
To compile, just enter ``make'' and that's it.

To install, just do ``make install''.
To change the default installation root, edit the variable prefix in the
Makefile.config (see also DESTDIR)


* Custom, hand-made installation ***********************************************
The minimum installation is to take the binary ``src/mathplot'' and the perl script
``scripts/_mathplot_format_it'' and to put them in your PATH. mathplot2ps should
be a link to mathplot
The binary ``src/mathplot'' is the (main) result of ``make''.

* Documentation ****************************************************************
Well, there is some interesting files in docs, but not much I'm afraid :(

* System requirement for the binary file ***************************************
You need:
- libraries
	libX11.so.6 
	libtcl8.3.so 
	libtk8.3.so
	libm.so.6 
	libc.so.6 
	libdl.so.2 
	/lib/ld-linux.so.2 
- Perl (for the _mathplot-format-it script)

* System requirement for compiling *********************************************
You need:
- OCaml v3.0 (which includes labltk)
- ocaml-simple_gettext (http://merd.net/pixel/ocaml-simple_gettext/)
- Perl (for the _mathplot-format-it script)
- Gnu Make...
- optionally findlib (http://www.ocaml-programming.de/packages/documentation/findlib/)

It has been developped using Debian GNU/Linux 2.1 (slink).