Difference between revisions of "Apertium on Arch Linux"
(no reason for why "this will work better" (both will install deps), so removed) |
|||
Line 1: | Line 1: | ||
Arch Linux users should follow [[Installation]] if they wish to develop/contribute to Apertium. Users who simply want to use the released translators can install packages from AUR. |
|||
Instructions for installing Apertium and language pairs on Arch Linux. |
|||
==Installing the released packages== |
==Installing the released packages== |
||
These should all be available through [http://wiki.archlinux.org/index.php/AUR AUR]. If you have [http://aur.archlinux.org/packages.php?ID=5863 yaourt] installed, installing a language pair like Esperanto-English is simply a matter of |
These should all be available through [http://wiki.archlinux.org/index.php/AUR AUR]. If you have [http://aur.archlinux.org/packages.php?ID=5863 yaourt] installed, installing a language pair like Esperanto-English is simply a matter of |
||
<pre> |
<pre> |
||
yaourt -S apertium-eo-en |
|||
</pre> |
</pre> |
||
This will install both apertium, lttoolbox and apertium-eo-en in the /usr prefix. You can of course use your favourite AUR installation method (manual makepkg or other [https://wiki.archlinux.org/index.php/AUR_Helpers AUR Helpers]). |
This will install both apertium, lttoolbox and apertium-eo-en in the /usr prefix. You can of course use your favourite AUR installation method (manual makepkg or other [https://wiki.archlinux.org/index.php/AUR_Helpers AUR Helpers]). |
||
Line 10: | Line 11: | ||
If you have trouble, follow the instructions on http://wiki.archlinux.org/index.php/AUR#Installing_Packages_from_the_AUR. You'll find a list of language pairs in AUR at http://aur.archlinux.org/packages.php?K=apertium |
If you have trouble, follow the instructions on http://wiki.archlinux.org/index.php/AUR#Installing_Packages_from_the_AUR. You'll find a list of language pairs in AUR at http://aur.archlinux.org/packages.php?K=apertium |
||
Many language pairs are, however, not released and/or not available through AUR. For these, see [[Installation]] on how to install from SVN. |
|||
==Installing the newest versions from SVN== |
|||
Install the prerequisites: |
|||
<pre> |
|||
sudo pacman -S expat gawk libxslt pcre gcc-libs libxml2 icu |
|||
</pre> |
|||
(Note: <code>icu</code> is only needed if you need to install <code>vislcg3</code>, which is required for certain language pairs.) |
|||
Then just follow http://wiki.apertium.org/wiki/Minimal_installation_from_SVN. |
|||
[[Category:Installation]] |
[[Category:Installation]] |
Revision as of 09:56, 22 November 2013
Arch Linux users should follow Installation if they wish to develop/contribute to Apertium. Users who simply want to use the released translators can install packages from AUR.
Installing the released packages
These should all be available through AUR. If you have yaourt installed, installing a language pair like Esperanto-English is simply a matter of
yaourt -S apertium-eo-en
This will install both apertium, lttoolbox and apertium-eo-en in the /usr prefix. You can of course use your favourite AUR installation method (manual makepkg or other AUR Helpers).
If you have trouble, follow the instructions on http://wiki.archlinux.org/index.php/AUR#Installing_Packages_from_the_AUR. You'll find a list of language pairs in AUR at http://aur.archlinux.org/packages.php?K=apertium
Many language pairs are, however, not released and/or not available through AUR. For these, see Installation on how to install from SVN.