Difference between revisions of "Prerequisites for Mac OS X"

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 Mac OS X. First of all, you need: * a full installation of '''XCode''' (http:/...")
 
Line 17: Line 17:
 
</pre>
 
</pre>
   
 
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.)
+
''(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.)''
   
   
Once you've installed these packages, continue to [[Minimal installation from SVN]]
 
   
 
[[Category:Installation]]
 
[[Category:Installation]]

Revision as of 18:09, 20 November 2013

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


First of all, you need:


Then install the apertium dependencies with Macports like this:

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

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.)