Giottoc Port to Mingw under Windows

This page contains a patch to Giottoc so that Giottoc can run under Windows using Mingw
  1. Dowload Giottoc from http://www.eecs.berkeley.edu/~fresco/giotto
  2. Untar the giottoc tar file:
    tar -zxf  /cygdrive/d/tmp/downloads/giottoc.0.1.linux.tar.gz
    
  3. Download the giottoc-mingw32.patch
  4. Patch the giottoc sources
    cd giotto
    patch -p1 ../giottoc-mingw32.patch
    
    Then look at the INSTALL_MINGW32.txt file in the current directory