Background
Whitepixel is open source (GPLv3) GPU-accelerated password hash auditing software for AMD/ATI graphics cards.
Question
I want to compile Whitepixel on Windows, and I found a comment that suggested it can, and has, been done.
To compile Whitepixel on Windows (Windows 7, 64-bit), what software do I need, and how do I use it?
From the comment, my guess is mingw-w64-bin_i686-mingw_20111220.zip from here, but it’s really just a guess on my part.
The easiest way to get a MinGW environment is via installing the MSysGit “Net Install” – this will create you a full MinGW environment with a simple installer, then drop you in a Bash shell. From there, you can copy in the Whitepixel source and follow instructions similar to the Linux ones.