Difference between revisions of "Apertium on Ubuntu or Debian"

From Apertium
Jump to navigation Jump to search
(New page: There a various releases of Ubunutu : *Dapper Drake *Edgy Eft *Feisty Fawn == Dapper Drake == Several programs that are needed cannot be installed easily on Dapper Drake, because the ve...)
 
Line 27: Line 27:
 
cd apertium/lttoolbox
 
cd apertium/lttoolbox
 
./configure
 
./configure
  +
  +
== Source ==
  +
  +
This documentation is partly based on the following ressources:
  +
*http://apertium.sourceforge.net/install.html
  +
*[[Using SVN]]

Revision as of 12:31, 27 June 2007

There a various releases of Ubunutu :

  • Dapper Drake
  • Edgy Eft
  • Feisty Fawn

Dapper Drake

Several programs that are needed cannot be installed easily on Dapper Drake, because the version available with apt-get are too old. We suggest to install a newer version of Ubuntu as for example Edgy Eft or Feisty Fawn

Edgy Eft

This is guide to install Apertium under Ubuntu Edgy Eft, aka Ubuntu 6.10

sudo su enter your root password

apt-get install subversion g++ libxml2 libxml2-dev xsltproc flex automake autoconf libtool Then click yes Wait till the packages are downloaded and installed

Create an apertium directory with mkdir apertium cd apertium svn co http://apertium.svn.sourceforge.net/svnroot/apertium Wait till it is done


cd apertium/lttoolbox ./configure

Source

This documentation is partly based on the following ressources: