# Table of Contents

1.  [Installing `lutils` via opam](#orgb3ef6f9)
2.  [Installing the git source](#org0039a1a)
3.  [Tests](#org5c141d9)

Tools and libs shared by other Verimag/synchronous tools (lustre, lutin, rdbg).

-   The lutils ocaml library contains various modules shared between
    tools. Those modules deal with:
    -   generate and parse RIF files
    -   generate dro files (to call luciole)
-   `gnuplot-rif` is a stand alone executable that vizualises RIF files
    using gnuplot.


<a id="orgb3ef6f9"></a>

# Installing `lutils` via opam

    $ opam repo add verimag-sync-repo "http://www-verimag.imag.fr/DIST-TOOLS/SYNCHRONE/opam-repository"
    $ opam update
    $ opam install lutils


<a id="org0039a1a"></a>

# Installing the git source

    git clone https://gricad-gitlab.univ-grenoble-alpes.fr/verimag/synchrone/lutils/lutils.git
    cd lutils
    mv Makefile.version.hide Makefile.version
    make configure
    make


<a id="org5c141d9"></a>

# Tests

    make test