Difference between revisions of "Prerequisites for openSUSE"

From Apertium
Jump to navigation Jump to search
Line 13: Line 13:
 
zypper install cmake icu libicu boost gperftools
 
zypper install cmake icu libicu boost gperftools
 
</pre>
 
</pre>
  +
   
 
Once you've installed these packages, continue to [[Minimal installation from SVN]].
 
Once you've installed these packages, continue to [[Minimal installation from SVN]].

Revision as of 08:49, 23 November 2013

This page shows how to install the standard dependencies of apertium (and related packages) on openSUSE.


Install the apertium dependencies with zypper like this:

zypper install subversion libxml2 libxml2-devel libxslt1 libxslt-devel \
libtool libcpcre1 pcre-devel flex make automake autoconf gcc-c++

If you need vislcg3/cg-proc/cg-comp (Constraint Grammar), you should also do:

zypper install cmake icu libicu boost gperftools


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


See also