Difference between revisions of "Apertium on Windows"

From Apertium
Jump to navigation Jump to search
(New page: It is possible to compile Apertium for use on windows using [http://cygwin.com/ Cygwin], which provides a UNIX-like environment in windows. Before you begin you should install the cygwin ...)
 
Line 7: Line 7:
 
* libtool (Devel)
 
* libtool (Devel)
 
* libxml2 (Devel)
 
* libxml2 (Devel)
  +
* libxml2-devel (Devel)
 
* pkg-config (Devel)
 
* pkg-config (Devel)
 
* subversion (Devel)
 
* subversion (Devel)

Revision as of 19:05, 20 May 2007

It is possible to compile Apertium for use on windows using Cygwin, which provides a UNIX-like environment in windows.

Before you begin you should install the cygwin with the following additional packages, if you find this list incomplete please update it.

  • autoconf (Devel)
  • automake (Devel)
  • libgcrypt (Libs)
  • libtool (Devel)
  • libxml2 (Devel)
  • libxml2-devel (Devel)
  • pkg-config (Devel)
  • subversion (Devel)

This is a work in progress...