	frmg 1.2.0 installation

What you need
=============

     - DyALog 1.12.0	: grammar compiler [ See at http://alpage.inria.fr/~clerger ]
     - tag_utils 1.11	: a set of perl modules to convert TAG grammars 
     - mgcomp 1.4.2	: compiler of meta-grammars
     - mgtools 2.2.0	: conversion of Simplified MG format to XML MG format
     - xsltproc		: command line XSLT processor

   Perl modules:
     - AppConfig
     - Data::Compare
     - Encode
     - IPC::Open2
     - Lingua::Features : Natural language features
     - Parse::Eyapp

   Check <http://search.cpan.org> for information about these modules.

   Optional:
     - dyalog-xml 1.0.3      : API to read/write XML with DyALog
     - dyalog-sqlite 1.0.0   : API to use SQLITE2 databases with DyALog
     - parserd 2.1.5	     : A server of parsers
     - XML::Twig
     - Lefff 3.0b	     : A French syntactic lexicon

   WARNING: this package comes without the corresponding lexicon.
   but lefff #svn > 1068 may be used

   For developpers starting from SVN or needing to run automake, please
   note that 'automake-dyalog' (from package DyALog) should be used
   instead of plain 'automake'. automake-dyalog is a slightly modified
   version of automake-1.10 to setup compilation rules for DyALog
   programs.


How to compile and install
==========================

  - ./configure
  % if starting from a clean release, and not wishing to rebuid frgram.tag.xml
  % then use the following line:
  - make postsvn 
  - make
  - make check (optional)
  - make install (as root)


configure options
=================

--with-modperldir=DIR		modperl directory (typically /var/www/perl)
--sysconfdir=DIR		where parserd.conf is installed (typically /etc)
