Difference between revisions of "Prerequisites for Fedora"

From Apertium
Jump to navigation Jump to search
(Created page with "This page shows how to install the standard dependencies of apertium (and related packages) on Fedora. Install the apertium dependencies with yum like this: <pre> sudo yum ...")
 
Line 7: Line 7:
 
sudo yum install subversion make gcc gcc-c++ pcre-devel libxml2-devel flex libtool automake autoconf
 
sudo yum install subversion make gcc gcc-c++ pcre-devel libxml2-devel flex libtool automake autoconf
 
</pre>
 
</pre>
  +
  +
If you need [[Vislcg3#Installing_VISL_CG3|vislcg3/cg-proc/cg-comp]] (Constraint Grammar), you should also do:
  +
<pre>
  +
sudo yum install icu cmake boost gperftools
  +
</pre>
  +
   
 
Once you've installed these packages, continue to [[Minimal installation from SVN]].
 
Once you've installed these packages, continue to [[Minimal installation from SVN]].

Revision as of 09:12, 23 November 2013

This page shows how to install the standard dependencies of apertium (and related packages) on Fedora.


Install the apertium dependencies with yum like this:

sudo yum install subversion make gcc gcc-c++ pcre-devel libxml2-devel flex libtool automake autoconf

If you need vislcg3/cg-proc/cg-comp (Constraint Grammar), you should also do:

sudo yum install icu cmake boost gperftools


Once you've installed these packages, continue to Minimal installation from SVN.