Difference between revisions of "Prerequisites for openSUSE"

From Apertium
Jump to navigation Jump to search
(wtf)
 
m (Fixed atypo)
 
(6 intermediate revisions by 4 users not shown)
Line 5: Line 5:
   
 
<pre>
 
<pre>
  +
sudo zypper addrepo http://download.opensuse.org/repositories/devel:/tools:/scm/SLE_11_SP2/devel:tools:scm.repo
zypper install subversion libxml2 libxml2-devel libxslt1 libxslt-devel libtool libcpcre1 pcre-devel flex make automake autoconf gcc-c++
 
  +
zypper install git-core libxml2 libxml2-devel libxslt1 libxslt-devel \
 
libtool libcpcre1 pcre-devel flex make automake autoconf gcc-c++
 
</pre>
 
</pre>
   
  +
If you need [[Vislcg3#Installing_VISL_CG3|vislcg3/cg-proc/cg-comp]] (Constraint Grammar), you should also do:
Once you've installed these packages, continue to [[Minimal installation from SVN]].
 
  +
<pre>
  +
zypper install cmake icu libicu boost gperftools
  +
</pre>
  +
  +
 
Once you've installed these packages, continue to [[Installation#For those who want to install Apertium locally, and developers]].
   
   
Line 16: Line 24:
   
 
[[Category:Installation]]
 
[[Category:Installation]]
  +
[[Category:Documentation in English]]

Latest revision as of 03:18, 26 October 2018

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


Install the apertium dependencies with zypper like this:

sudo zypper addrepo http://download.opensuse.org/repositories/devel:/tools:/scm/SLE_11_SP2/devel:tools:scm.repo
zypper install git-core 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 Installation#For those who want to install Apertium locally, and developers.


See also[edit]