#######################################################################
#                                                                     #
#                              OCamlGen                               #
#                                                                     #
#                       OCaml module Generator                        #
#                                                                     #
#               EPI Pomdapi, INRIA Paris - Rocquencourt               #
#                                                                     #
#  Copyright 1997-2014 INRIA.                                         #
#  Institut National de Recherche en Informatique et en Automatique.  #
#  All rights reserved. This file is distributed only by permission.  #
#                                                                     #
#  Pierre Weis <Pierre.Weis@inria.fr>                                 #
#                                                                     #
#######################################################################

# $Id: INSTALL.in,v 1.6 2014/01/31 09:51:51 fclement Exp $

<Requirements>

You need an OCaml compiler to build OCamlGen.


<Installation>

To configure, build and install OCamlGen, type

   ./configure [-ird <installation_root_directory>]
   make
   make install  # Note that you may need root privileges for that.

When called without the -ird option, the ``configure'' script computes the root
directory for the installation from the system default value, or from previous
run of the same script.

Other options for the configuration phase may be accessible, type

   ./configure -help

To remove all files installed by ``make install'', all files built by ``make'',
and all files created by ``./configure'', respectively type

   make uninstall  # Note that you may also need root privileges for that.
   make clean
   ./unconfigure

To uninstall all versions of OCamlGen, type

   make uninstall-all-versions  # Note that you may also need root privileges
                                # for that.
