Prerequisites for Gentoo
Revision as of 20:09, 25 May 2014 by TommiPirinen (talk | contribs)
This page shows how to install the standard dependencies of apertium (and related packages) on Gentoo and Gentoo-based operating systems.
Install the apertium dependencies with cave like this:
sudo cave resolve subversion gcc pkg-config gawk ligxml2 libxslt flex automake libtool libpcre libiconv zlib -x
Use flag cxx is required to be on for gcc and libpcre.
If you need vislcg3/cg-proc/cg-comp (Constraint Grammar), you should also do:
sudo cave resolve boost google-perftools icu cmake -x
Once you've installed these packages, continue to Minimal installation from SVN.
(Note: it is possible to install apertium using cave, but the versions there are often out of date. It is not recommended if you want to do development.)