How to compile scmxx on Windows:
===============================

1. install cygwin[1] with at least the following packages:

   When compiling from CVS:
   autoconf, autoconf-devel

   For building the HTML documentation:
   docbook-xsl, libxml2, libxslt

   For building gettext catalogs and support:
   gettext, gettext-devel, libgettextpo0, libintl3

   For compiling the program:
   binutils, gcc, gcc-core, gcc-mingw, gcc-mingw-core
   make
   libiconv, libiconv2 (simply reinstall those two, when getting iconv errors)
   
   (list may be incomplete)
   Currently, you cannot build the manpages because you need
   docbook2x[2] for that

2. read the normal INSTALL file because the rest is
   like on a normal *nix system.


[1]: http://www.cygwin.com
[2]: http://docbook2x.sourceforge.net
