2.3. Installing prerequisites

The developers' pack runs only on Unix-like systems that have a relatively recent version of Perl installed (at least 5.8.0). There are some Perl modules that are required by An Gramadóir that do not come with standard Perl distributions: Locale::PO, String::Approx, and Archive::Zip. If these modules (or any other dependencies) are missing from your system, you will get warnings when you try to build Lingua::XX::Gramadoir. You can install these by running the following commands (as root user):

# cpan
cpan> install Locale::PO String::Approx Archive::Zip