Difference between revisions of "Apertium on Ubuntu or Debian"
Youssefsan (talk | contribs) (update svn install) |
Youssefsan (talk | contribs) |
||
Line 14: | Line 14: | ||
=== Installing by svn === |
=== Installing by svn === |
||
<pre> |
<pre> |
||
Line 21: | Line 23: | ||
''enter your root password'' |
''enter your root password'' |
||
⚫ | |||
⚫ | |||
⚫ | |||
⚫ | |||
apt-get install subversion g++ libxml2 libxml2-dev xsltproc flex automake1.9 autoconf libtool |
apt-get install subversion g++ libxml2 libxml2-dev xsltproc flex automake1.9 autoconf libtool |
||
</pre> |
</pre> |
||
Line 34: | Line 33: | ||
''Wait till the packages are downloaded and installed.'' |
''Wait till the packages are downloaded and installed.'' |
||
<pre> |
<pre> |
||
⚫ | |||
⚫ | |||
⚫ | |||
Go to the root of your home directory |
|||
⚫ | |||
cd |
|||
</pre> |
|||
<pre> |
|||
mkdir local |
|||
cd local/ |
|||
mkdir standard |
|||
mkdir unicode |
|||
</pre> |
|||
svn co http://apertium.svn.sourceforge.net/svnroot/apertium |
svn co http://apertium.svn.sourceforge.net/svnroot/apertium |
||
</pre> |
</pre> |
Revision as of 07:23, 29 June 2007
There a various releases of Ubunutu :
- Dapper Drake
- Edgy Eft
- Feisty Fawn
Contents
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
Installing by svn
sudo su
enter your root password
apt-get install subversion g++ libxml2 libxml2-dev xsltproc flex automake1.9 autoconf libtool
Warning install automake1.9 and not automake Then click yes.
Wait till the packages are downloaded and installed.
<pre> exit
Go to the root of your home directory
cd
mkdir local cd local/ mkdir standard mkdir unicode
svn co http://apertium.svn.sourceforge.net/svnroot/apertium
Go to lttoolbox directory with
cd apertium/lttoolbox
Then launch autogen.sh
./autogen.sh
Launch configure
./configure
Launche make
make
That last command may takes some minutes.
sudo make install
Enter your root password.
cd..
cd apertium
./autogen.sh
./configure make sudo make install
Installing tarball (tar.gz)
Go to http://sourceforge.net/project/showfiles.php?group_id=143781&package_id=159345 and download the latest version
tar xzvf lttoolbox-2.0.3.tar.gz (or put the name of a newer version) cd lttoolbox-2.0.3/ ./configure sudo su (enter your password) make
Go to http://sourceforge.net/project/showfiles.php?group_id=143781&package_id=157932 and download the latest version (2.0.3 as of June 2007)
tar xzvf apertium-2.0.3.tar.gz (or put the name of a newer version) cd apertium-2.0.3.tar.gz ./configure
Feisty
An old version of Apertium is available for Feisty http://packages.ubuntu.com/feisty/libs/apertium
Source
This documentation is partly based on the following ressources: