Difference between revisions of "Minimal installation from SVN"
Jump to navigation
Jump to search
Line 23: | Line 23: | ||
$ ./autogen.sh --prefix $PREFIX |
$ ./autogen.sh --prefix $PREFIX |
||
$ make |
$ make |
||
$ |
$ make install |
||
</pre> |
</pre> |
||
(If you didn't specify a prefix, use <code>sudo make install</code>.) |
|||
==Language pairs that use CG== |
==Language pairs that use CG== |
||
Line 36: | Line 38: | ||
svn co http://apertium.svn.sourceforge.net/svnroot/apertium/trunk/apertium-br-fr |
svn co http://apertium.svn.sourceforge.net/svnroot/apertium/trunk/apertium-br-fr |
||
</pre> |
</pre> |
||
Install vislcg3 like Apertium. Note that you have to have [http://site.icu-project.org/ ICU] installed beforehand. |
|||
[[Category:Documentation]] |
[[Category:Documentation]] |
Revision as of 13:20, 3 June 2010
If you have limited bandwidth or disk space, you might consider to download just 3 things:
- lttoolbox
- apertium
- the language pair(s) your are interested in
Here are the commands if you would like the Esperanto-English pair:
svn co http://apertium.svn.sourceforge.net/svnroot/apertium/trunk/lttoolbox svn co http://apertium.svn.sourceforge.net/svnroot/apertium/trunk/apertium svn co http://apertium.svn.sourceforge.net/svnroot/apertium/trunk/apertium-eo-en
To see the available language pairs, go to https://apertium.svn.sourceforge.net/svnroot/apertium/trunk/.
Typically, Apertium is installed under the directory /usr/local
. However, if you want it installed somewhere else or don't want to install it as root, do:
$ PREFIX=/path/to/where/I/want/Apertium
Then, in each of the downloaded directories, do:
$ ./autogen.sh --prefix $PREFIX $ make $ make install
(If you didn't specify a prefix, use sudo make install
.)
Language pairs that use CG
For Breton → French, and other pairs which use CG, you need:
svn co http://apertium.svn.sourceforge.net/svnroot/apertium/trunk/lttoolbox svn co http://apertium.svn.sourceforge.net/svnroot/apertium/trunk/apertium svn co http://beta.visl.sdu.dk/svn/visl/tools/vislcg3/trunk svn co http://apertium.svn.sourceforge.net/svnroot/apertium/trunk/apertium-br-fr
Install vislcg3 like Apertium. Note that you have to have ICU installed beforehand.