Difference between revisions of "How to bootstrap a new pair"

From Apertium
Jump to navigation Jump to search
Line 6: Line 6:
   
 
==With two existing monolingual packages==
 
==With two existing monolingual packages==
  +
  +
<code>
  +
./autogen.sh
  +
./configure --with-lang1=/path/to/apertium-xxx --with-lang2=/path/to/apertium-yyy
  +
</code>
   
 
==With one existing monolingual package==
 
==With one existing monolingual package==

Revision as of 07:19, 8 December 2015

Prerequisites

With two existing monolingual packages

./autogen.sh ./configure --with-lang1=/path/to/apertium-xxx --with-lang2=/path/to/apertium-yyy

With one existing monolingual package

With no existing monolingual packages