changed: - HOWTO to build a Windows installer for Pd First, set up your MinGW build environment by following these instructions: "Building Pd on Windows HOWTO":/docs/developer/mingw In the pure-data source tree: - download makefile.mingw from the bottom of this website: http://sourceforge.net/tracker/index.php?func=detail&aid=1374659&group_id=55736&atid=478072 - copy the freshly downloaded makefile.mingw to **pd/src** - in **packages**, run: 'make patch_pd' - in **packages/win32_inno**, run: 'make install' - in **packages/win32_inno**, run: 'make package' - Launch Inno Setup by double-clicking **packages/win32_inno/pd-inno.iss** if it didn't already launch. - compile the Pd installer using the compile button, F9, or the menu option in Inno Setup.