Difference between revisions of "Prerequisites for Arch Linux"

From Apertium
Jump to navigation Jump to search
(Fix typo)
Line 10: Line 10:
 
If you need [[Vislcg3#Installing_VISL_CG3|vislcg3/cg-proc/cg-comp]] (Constraint Grammar), you should also do:
 
If you need [[Vislcg3#Installing_VISL_CG3|vislcg3/cg-proc/cg-comp]] (Constraint Grammar), you should also do:
 
<pre>
 
<pre>
sudo pacmn -S cmake icu boost gperftools
+
sudo pacman -S cmake icu boost gperftools
 
</pre>
 
</pre>
   

Revision as of 13:11, 11 July 2016

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


Install the apertium dependencies with pacman like this:

sudo pacman -S expat gawk libxslt pcre gcc-libs libxml2

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

sudo pacman -S cmake icu boost gperftools


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


(Note: it is possible to install apertium and some language pairs from AUR, but the versions there are often out of date. It is not recommended if you want to do development.)


See also