Difference between revisions of "Apertium-service"

From Apertium
Jump to navigation Jump to search
Line 14: Line 14:
 
* liblttoolbox3
 
* liblttoolbox3
 
* libapertium3
 
* libapertium3
  +
* libxmlrpc-c3 - a lightweight RPC library based on XML and HTTP for C and C++.
* libxmlrpc-c3
 
  +
* libtextcat0 - a library implementing the classification technique described in Cavnar & Trenkle, "N-Gram-Based Text Categorization". (optional)
* libtextcat0 (optional)
 
  +
* libboost - Boost C++ libraries are a collection of peer-reviewed, Open Source libraries that extend the functionality of C++.
* libboost
 
   
   

Revision as of 11:10, 18 August 2009

Compiling and Installing

This document covers compilation and installation of apertium-service on Unix and Unix-like systems only.

apertium-service, like many other Open Source projects, uses GNU buildtools (like autoconf and automake) to create a build environment.


Requirements

You need the following software installed:

  • liblttoolbox3
  • libapertium3
  • libxmlrpc-c3 - a lightweight RPC library based on XML and HTTP for C and C++.
  • libtextcat0 - a library implementing the classification technique described in Cavnar & Trenkle, "N-Gram-Based Text Categorization". (optional)
  • libboost - Boost C++ libraries are a collection of peer-reviewed, Open Source libraries that extend the functionality of C++.


Download

apertium-service can be downloaded from the Apertium SVN repository