LeTSeE 0.1.0
============

. Configuration and compilation

The LeTSeE library depends on:
 - the FM library, for manipulating Q polyhedra
 - the Candl library, a dependence analyzer in the polyhedral model
In addition, it is strongly recommended to have installed:
 - piplib64
 - polylib64
 - gnuplot
 - ps2pdf

To compile and install LeTSeE:
$> ./configure --with-fm=/path/to/fm --with-candl=/path/to/candl
$> make
$> make check
$> make install


. Documentation

Two documentations are available:
 - doc/letsee.{texi,pdf}: The LeTSeE manual
 - doc/htmldoc.tar.gz: A Doxygen documentation of the API

These are highly preliminary and incomplete documentations. They will
be improved soon.


. Contact

  * Louis-Noel Pouchet <louis-noel.pouchet@inria.fr>

