* 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.


* 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.0.so.1 
	libtk8.0.so.1 
	libncurses.so.3.4 
	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 v2.0 (developped on OCaml v2.1)
- Camltk and Tcl/Tk (both), with the frx library
- Perl (for the _mathplot-format-it script)
- Gnu Make...

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