Difference between revisions of "Prerequisites for Mac OS X"

From Apertium
Jump to navigation Jump to search
Line 1: Line 1:
This page shows how to install the standard dependencies of apertium (and related packages) on Mac OS X.
+
This page shows how to install the standard dependencies of apertium (and related packages) on openSUSE.
   
   
 
Install the apertium dependencies with zypper like this:
First of all, you need:
 
* a full installation of '''XCode''' (http://developer.apple.com/tools/xcode/) including the '''Command Line Tools'''
 
*: http://railsapps.github.io/xcode-command-line-tools.html is nice guide if you get stuck here
 
* '''Macports''' (http://www.macports.org/install.php)
 
 
 
Then install the apertium dependencies with Macports like this:
 
   
 
<pre>
 
<pre>
  +
zypper install subversion libxml2 libxml2-devel libxslt1 libxslt-devel libtool libcpcre1 pcre-devel flex make automake autoconf gcc-c++
sudo port install autoconf automake expat flex \
 
gettext gperf help2man libiconv libtool \
 
libxml2 libxslt m4 ncurses p5-locale-gettext \
 
pcre perl5 pkgconfig zlib gawk subversion
 
 
</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]].
 
 
''(Note: it is technically possible to install apertium and lttoolbox from Macports, but the version there is very out of date. It is not recommended if you want to do development.)''
 
 
   
   

Revision as of 21:06, 21 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++ 

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