Difference between revisions of "Prerequisites for FreeBSD"

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 FreeBSD. Install the following apertium dependencies: <pre> bash gettext libg...")
 
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
This page shows how to install the standard dependencies of apertium (and related packages) on FreeBSD.
+
This page was written by Jatin Luthra, a 2016 Google Code-in student, which explains how to install Apertium on FreeBSD
   
  +
=== Install Dependencies ===
  +
For Standard Apertium Translation
 
pkg install bash gettext libgcrypt libgpg-error libiconv git libxml2 libxslt pcre pcre++ pkgconf autoconf automake libtool flex
   
  +
If you need vislcg3/cg-proc/cg-comp (Constraint Grammar), you should also do:
Install the following apertium dependencies:
 
  +
pkg install cmake icu boost-all gperf iperf iperf3 gawk
   
  +
=== Compiling and Installing Apertium ===
<pre>
 
  +
Now you can move on to [[Installation#For those who want to install Apertium locally, and developers]].
bash gettext libgcrypt libgpg-error libiconv libxml2 libxslt lttoolbox pcre pkgconf
 
</pre>
 
 
 
Once you've installed these packages, continue to [[Minimal installation from SVN]].
 
 
 
 
[[Category:Installation]]
 

Latest revision as of 02:55, 9 March 2018

This page was written by Jatin Luthra, a 2016 Google Code-in student, which explains how to install Apertium on FreeBSD

Install Dependencies[edit]

For Standard Apertium Translation

pkg install bash gettext libgcrypt libgpg-error libiconv git libxml2 libxslt pcre pcre++ pkgconf autoconf automake libtool flex

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

pkg install cmake icu boost-all gperf iperf iperf3 gawk

Compiling and Installing Apertium[edit]

Now you can move on to Installation#For those who want to install Apertium locally, and developers.