Difference between revisions of "Prerequisites for Arch Linux"
Jump to navigation
Jump to search
(Created page with "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: <pre> su...") |
|||
(3 intermediate revisions by 3 users not shown) | |||
Line 5: | Line 5: | ||
<pre> |
<pre> |
||
sudo pacman -S expat gawk libxslt pcre gcc-libs libxml2 |
sudo pacman -S expat gawk libxslt pcre gcc-libs libxml2 |
||
</pre> |
|||
If you need [[Vislcg3#Installing_VISL_CG3|vislcg3/cg-proc/cg-comp]] (Constraint Grammar), you should also do: |
|||
<pre> |
|||
sudo pacman -S cmake icu boost gperftools |
|||
</pre> |
</pre> |
||
(Note: icu is only needed if you need to install CG (vislcg3), which is required for certain language pairs.) |
|||
Once you've installed these packages, continue to [[ |
Once you've installed these packages, continue to [[Installation#For those who want to install Apertium locally, and developers]]. |
||
Line 21: | Line 25: | ||
[[Category:Installation]] |
[[Category:Installation]] |
||
[[Category:Documentation in English]] |
Latest revision as of 02:50, 9 March 2018
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 Installation#For those who want to install Apertium locally, and developers.
(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[edit]
- Apertium on Arch Linux – more installation and troubleshooting help specific to Arch Linux