Difference between revisions of "Prerequisites for Debian"

From Apertium
Jump to navigation Jump to search
(Created page with "This page shows how to install the standard dependencies of apertium (and related packages) on Debian / Ubuntu / Mint / other Debian-based operating systems. Install the ape...")
 
Line 15: Line 15:
   
   
  +
==See also==
  +
* [[Apertium on Ubuntu]] – more installation and troubleshooting help specific to Ubuntu/Debian
   
 
[[Category:Installation]]
 
[[Category:Installation]]

Revision as of 20:26, 21 November 2013

This page shows how to install the standard dependencies of apertium (and related packages) on Debian / Ubuntu / Mint / other Debian-based operating systems.


Install the apertium dependencies like this:

sudo apt-get install subversion build-essential pkg-config gawk libxml2 \
libxml2-dev libxml2-utils xsltproc flex automake libtool libpcre3-dev  

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


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


See also

  • Apertium on Ubuntu – more installation and troubleshooting help specific to Ubuntu/Debian