Difference between revisions of "Installation"

From Apertium
Jump to navigation Jump to search
Line 26: Line 26:
   
   
There are released tarball packages on the [http://www.apertium.org/?id=downloading official download page]. These are meant for packagers, and '''users who are not planning to develop''' on apertium. These are installed like the SVN packages, except you use <code>./configure</code> instead of <code>./autogen.sh</code>. Some Unix systems also have pre-packaged apertium language pairs there are AUR packages for Arch Linux, and many language pairs are installable with apt-get or Software Center in Debian/Ubuntubut these can often be quite outdated compared to the SVN versions.
+
There are released tarball packages on the [http://www.apertium.org/?id=downloading official download page]. These are meant for packagers, and '''users who are not planning to develop''' on apertium. These are installed like the SVN packages, except you use <code>./configure</code> instead of <code>./autogen.sh</code>. Many systems now also have pre-packaged apertium language pairs, but the official Debian/MacPorts/… repositories are often quite outdated compared to the SVN versionsuse TinoDidriksen's nightly packages as instructed in the "Prerequisites" pages above.
   
   

Revision as of 09:55, 27 February 2015

En français

InstallationResourcesContactDocumentationDevelopmentTools

Gnome-home.png Home PageBugs.png BugsInternet.png WikiGaim.png Chat


Unix users (GNU/Linux, Mac, BSD) who wish to hack on Apertium should follow these three stages to installing the core packages and language data:

  1. Install prerequisites specific to your operating system:
  2. Install apertium and related packages from SVN.
  3. Fix any problems :)


For Windows users, the best method is to download the Apertium VirtualBox, which lets you run a Unix in your Windows, and comes with Apertium from SVN (and one language pair) pre-installed. Once you've got the VirtualBox, you can install more language pairs as shown in Minimal installation from SVN. Alternatively, you can compile it for Windows using Cygwin; documentation for how to compile on Windows manually is at Apertium on Windows; there is also a script at Apertium guide for Windows users, but it is currently out-of-date and in need of updating.


Some language pairs require extra packages like Constraint Grammar (vislcg3) or HFST in addition to apertium/lttoolbox/apertium-lex-tools. For most systems, the "Prerequisites" pages will show how to install these through your package manager, but see the section on installing vislcg3 and HFST, respectively if you're on a not-yet-supported system. You can tell if a package requires CG if it has an .rlx file, and HFST if it has a .lexc file.


There are released tarball packages on the official download page. These are meant for packagers, and users who are not planning to develop on apertium. These are installed like the SVN packages, except you use ./configure instead of ./autogen.sh. Many systems now also have pre-packaged apertium language pairs, but the official Debian/MacPorts/… repositories are often quite outdated compared to the SVN versions – use TinoDidriksen's nightly packages as instructed in the "Prerequisites" pages above.


Android users can download the Apertium offline translator app, more info at Apertium Android.