Difference between revisions of "Apertium on Arch Linux"
Jump to navigation
Jump to search
(Created page with '==Installing the released language pairs== ==Installing from SVN=== Install the prerequisites: <pre> sudo pacman -S expat gawk libxslt pcre gcc-libs libxml2 icu </pre> (Note: <…') |
|||
Line 1: | Line 1: | ||
==Installing the released |
==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 |
|||
<pre> |
|||
yaourt -S apertium-eo-en |
|||
</pre> |
|||
which will install the dependencies too. If not, 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 |
|||
==Installing from SVN |
==Installing the newest versions from SVN== |
||
Install the prerequisites: |
Install the prerequisites: |
||
<pre> |
<pre> |
Revision as of 10:37, 22 September 2010
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
which will install the dependencies too. If not, 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
Installing the newest versions from SVN
Install the prerequisites:
sudo pacman -S expat gawk libxslt pcre gcc-libs libxml2 icu
(Note: icu
is only needed if you need to install vislcg3
, which is required for certain language pairs.)
Then just follow http://wiki.apertium.org/wiki/Minimal_installation_from_SVN.