Difference between revisions of "How to bootstrap a new pair"
Jump to navigation
Jump to search
Line 7: | Line 7: | ||
==With two existing monolingual packages== |
==With two existing monolingual packages== |
||
First compile the monolingual packages: |
|||
<code> |
|||
Then generate the pair: |
|||
Then compile the pair: |
|||
<pre> |
|||
./autogen.sh |
./autogen.sh |
||
./configure --with-lang1=/path/to/apertium-xxx --with-lang2=/path/to/apertium-yyy |
./configure --with-lang1=/path/to/apertium-xxx --with-lang2=/path/to/apertium-yyy |
||
</ |
</pre> |
||
And test: |
|||
==With one existing monolingual package== |
==With one existing monolingual package== |
Revision as of 07:23, 8 December 2015
Prerequisites
With two existing monolingual packages
First compile the monolingual packages:
Then generate the pair:
Then compile the pair:
./autogen.sh ./configure --with-lang1=/path/to/apertium-xxx --with-lang2=/path/to/apertium-yyy
And test: