Difference between revisions of "Prerequisites for Gentoo"

From Apertium
Jump to navigation Jump to search
(Created page with "This page ''should'' show how to install the standard dependencies of apertium (and related packages) on Gentoo-based operating systems. If you're running Gentoo, please fil...")
 
Line 1: Line 1:
This page ''should'' show how to install the standard dependencies of apertium (and related packages) on Gentoo-based operating systems.
+
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:
If you're running Gentoo, please fill in this page, following the example of [[Prerequisites_for_Debian]].
 
   
  +
<pre>
  +
sudo cave resolve subversion gcc pkg-config gawk ligxml2 libxslt flex automake libtool libpcre libiconv zlib -x
  +
</pre>
  +
  +
Use flag cxx is required to be on for gcc and libpcre.
  +
  +
If you need [[Vislcg3#Installing_VISL_CG3|vislcg3/cg-proc/cg-comp]] (Constraint Grammar), you should also do:
  +
<pre>
  +
sudo cave resolve boost google-perftools icu cmake -x
  +
</pre>
  +
  +
  +
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.)''
   
   

Revision as of 20:09, 25 May 2014

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.)


External links