Tested on: Xubuntu 12.04 LTS (64-bit) for languages English, German (& French)
- Install/check for uplug dependencies (
libmodule-install-perl
is compulsory, others could also be installed through cpan when runningmake
):
-
sudo apt-get install libmodule-install-perl libxml-parser-perl libxml-simple-perl libfile-sharedir-perl libipc-run-perl
- Clone latest version from bitbucket repository:
-
git clone https://bitbucket.org/tiedemann/uplug.git uplug
- Third-party tools that are not automatically installed:
- MElt (Tagger for French)
- Dependencies:
sudo apt-get install gawk python-numpy
- Dependencies:
- MElt (Tagger for French)
- Install individual modules:
cd uplug-XY perl Makefile.PL make sudo make install
- Install all modules:
cd uplug make all sudo make install make test