This is the INSTALL file for the Mingw32 Windows version of giottoc 0.1! Follow Steps 1 through 6 in the INSTALL file (Install Java, unpack the distribution) 7. Download Mingw from http://www.mingw.org/download.shtml I downloaded MinGW-1.1.tar.gz 8. Install Mingw with mkdir d:/mingw32 cd d:/mingw32 tar -zxf /cygdrive/d/tmp/downloads/MinGW-1.1.tar.gz PATH=/cygdrive/d/mingw32/bin:$PATH export PATH 9. Download pthreads from http://sources.redhat.com/pthreads-win32/ or use cvs cvs -d :pserver:anoncvs@sources.redhat.com:/cvs/pthreads-win32 login {enter ``anoncvs'' for the password} cvs -d :pserver:anoncvs@sources.redhat.com:/cvs/pthreads-win32 checkout pthreads 10. cd to the pthreads directory and build it cd ~/src/pthreads ./configure make clean GC 11. Edit giottoc/makefile, uncomment the makefile variables for Mingw32 and adjust accordingly 12. Run make emachine 13. Add the pthreadsGC.dll to your path: PATH=/cygdrive/c/users/cxh/src/pthreads:$PATH 14. Run the demo ./e_machine.exe