
Gtk# is not required for the command line utilities anymore.

http://forge.novell.com/modules/xfmod/project/?gtk-sharp
http://www.go-mono.com/archive/1.0/windows/mono-1.0-win32-1.exe

# Microsoft .NET Framework 1.1 Redistributable
http://www.microsoft.com/downloads/details.aspx?FamilyID=262d25e3-f589-4842-8157-034d1e7cf3a3&displaylang=en


# From source building
1. (Install .NET Framework 1.1 and Gtk#, just as with running the program)
2. Install Cygwin (http://www.cygwin.com/)
3. Install Microsoft .NET SDK 1.1
   (from http://www.microsoft.com/downloads/details.aspx?FamilyID=9b3a2ca6-3647-4070-9f41-a333c6b9181d&displaylang=en)

4. Run "cmd" shell
  4a. Go the Microsoft .NET SDK binary directory
      (\Program Files\Microsoft.NET\SDK\v1.1\Bin\) and run "sdkvars.bat"
  4b. Go to Cygwin directory (\Cygwin\) and run "cygwin.bat", popping cygwin
      shell
  4c. Go to source directory "\src"
  4d. Run "make windows=yes winball"
    4d.1. Make will complain about assemblies failing to link. This is because
		  assemblies in the GAC are not considered for compile time, just on
		  runtime. Copy the complaining assemblies (only the .dll files) from
          the GAC directory (<Windows directory>\assembly\GAC\...) into each
          of the src\, src\util\ and src\util\autopanog\ directories and run
          make again.
  4e. The resulting files are packaged into a windows-bin.zip file.
5. Go to "windows-installer" directory and unzip the windows-bin.zip file
   here, creating the subdirectory "windows-bin"
6. Ensure you have WINE, NSIS (under Wine) and "flip" installed, then
   Run ./build-windows-installer.sh to create an executeable installer.

