[ Installing ]
 
partial build (e.g. for use with Aspicere):
 
       make light
 
full build:
       
       make all

[ Dependencies ]

- Lillambi (tested with minya)

  Basic infrastructure.

- GDK (tested with version 1.4.4)

  This is used to generate the btyacc parsers from the grammars.

- make (tested with version 3.79.1)

  Used for the build process of the btyacc parsers.

- btyacc (tested with version 2.1)

  Necessary for compiling the parser.

- java (tested with version 1.4.2)

  Used for the grab_source tool.

- perl (tested with version 5.8.0)

  Used for normalization and preprocessing.

- bash

  Used in several scripts which help out the user.

[ Preparing the environment (bash) ]

You need to add the following lines to your .bash_profile for Yerna
Lindale to do its work :

--
YERNA_LINDALE=~/yerna-lindale
PERL5LIB=$PERL5LIB:$YERNA_LINDALE/lib
PATH=$YERNA_LINDALE/bin:$PATH

export YERNA_LINDALE
export PERL5LIB
export PATH
--
