(******************************************************************************)
(*     The Alt-Ergo theorem prover                                            *)
(*     Copyright (C) 2006-2013                                                *)
(*     CNRS - INRIA - Universite Paris Sud                                    *)
(*                                                                            *)
(*     Sylvain Conchon                                                        *)
(*     Evelyne Contejean                                                      *)
(*                                                                            *)
(*     Francois Bobot                                                         *)
(*     Mohamed Iguernelala                                                    *)
(*     Stephane Lescuyer                                                      *)
(*     Alain Mebsout                                                          *)
(*                                                                            *)
(*   This file is distributed under the terms of the CeCILL-C licence         *)
(******************************************************************************)

INSTALLATION
============

  You need OCaml >= 3.12.1, ocamlgraph and zarith to compile the sources.
  You need LablGtk2 and the widget GSourceView2 to compile the GUI.
 
  1. Configure with "./configure"

  2. Compile with "make".  

  3. Install with "make install". 

  4. Compile the GUI with "make gui" and install it with "make install-gui"
 
 You may need superuser permissions to perform the installation.

