English and Malayalam

From Apertium
Revision as of 10:25, 26 April 2014 by Tachyons (talk | contribs) (Created page with "{{TOCD}} = Starting work on Apertium English to Malayalam = == Installing what is needed == === Operating System === Install a suitable GNU/Linux system such as Debian, Ubu...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Starting work on Apertium English to Malayalam

Installing what is needed

Operating System

Install a suitable GNU/Linux system such as Debian, Ubuntu, Mint...

Install build essentials, etc.

Open a terminal window and type

sudo apt-get install subversion build-essential g++ pkg-config gawk libxml2 \
libxml2-dev libxml2-utils xsltproc flex automake autoconf libtool libpcre3-dev \
cmake libicu-dev libboost-dev libgoogle-perftools-dev bison libreadline-dev zlib1g-dev

enter your password and Wait till the packages are downloaded and installed.

If you don't already have a directory for sources, make one in your home directory and enter it:

cd ~
mkdir Source
cd Source