Difference between revisions of "Installation"
(space) |
|||
Line 13: | Line 13: | ||
# Fix any problems :) |
# Fix any problems :) |
||
#* General [[Installation Troubleshooting]] |
#* General [[Installation Troubleshooting]] |
||
For '''Windows''' users, the best method is to run the [[Apertium VirtualBox]], which lets you run a Unix in your Windows (and comes with Apertium from SVN pre-installed). Alternatively, you can compile it for Windows using Cygwin; documentation for how to compile on Windows manually is at [[Apertium on Windows]] <small>(there is a simple script at [[Apertium guide for Windows users]], but it is currently out-of-date and in need of updating)</small>. |
For '''Windows''' users, the best method is to run the [[Apertium VirtualBox]], which lets you run a Unix in your Windows (and comes with Apertium from SVN pre-installed). Alternatively, you can compile it for Windows using Cygwin; documentation for how to compile on Windows manually is at [[Apertium on Windows]] <small>(there is a simple script at [[Apertium guide for Windows users]], but it is currently out-of-date and in need of updating)</small>. |
||
Some language pairs require extra packages like '''Constraint Grammar''' (vislcg3) or '''HFST''' in addition to apertium/lttoolbox/apertium-lex-tools. See the section on [[Apertium and Constraint Grammar#Installing_VISL_CG3|installing vislcg3]] and [[HFST]], respectively. You can tell if a package requires CG if it has an .rlx file, and HFST if it has a .lexc file. |
Some language pairs require extra packages like '''Constraint Grammar''' (vislcg3) or '''HFST''' in addition to apertium/lttoolbox/apertium-lex-tools. See the section on [[Apertium and Constraint Grammar#Installing_VISL_CG3|installing vislcg3]] and [[HFST]], respectively. You can tell if a package requires CG if it has an .rlx file, and HFST if it has a .lexc file. |
||
There are released tarball packages on the [http://www.apertium.org/?id=downloading official download page]. These are meant for packagers, and user who are ''not'' going to develop on apertium. These are installed like the SVN packages, except you use <code>./configure</code> instead of <code>./autogen.sh</code>. |
There are released tarball packages on the [http://www.apertium.org/?id=downloading official download page]. These are meant for packagers, and user who are ''not'' going to develop on apertium. These are installed like the SVN packages, except you use <code>./configure</code> instead of <code>./autogen.sh</code>. |
||
'''Android''' users can download the [https://play.google.com/store/apps/details?id=org.apertium.android Apertium offline translator app], more info at [[Apertium Android]]. |
'''Android''' users can download the [https://play.google.com/store/apps/details?id=org.apertium.android Apertium offline translator app], more info at [[Apertium Android]]. |
Revision as of 20:28, 21 November 2013
Installation • Resources • Contact • Documentation • Development • Tools |
Unix users (GNU/Linux, Mac, BSD) who wish to hack on Apertium should follow these three stages to installing the core packages and language data:
- Install prerequisites specific to your operating system
- Install apertium and related packages from SVN
- Follow Minimal installation from SVN, this should be general enough to cover all operating systems
- Fix any problems :)
- General Installation Troubleshooting
For Windows users, the best method is to run the Apertium VirtualBox, which lets you run a Unix in your Windows (and comes with Apertium from SVN pre-installed). Alternatively, you can compile it for Windows using Cygwin; documentation for how to compile on Windows manually is at Apertium on Windows (there is a simple script at Apertium guide for Windows users, but it is currently out-of-date and in need of updating).
Some language pairs require extra packages like Constraint Grammar (vislcg3) or HFST in addition to apertium/lttoolbox/apertium-lex-tools. See the section on installing vislcg3 and HFST, respectively. You can tell if a package requires CG if it has an .rlx file, and HFST if it has a .lexc file.
There are released tarball packages on the official download page. These are meant for packagers, and user who are not going to develop on apertium. These are installed like the SVN packages, except you use ./configure
instead of ./autogen.sh
.
Android users can download the Apertium offline translator app, more info at Apertium Android.