You can manually install it yourself. There is a MinGW-w64 distribution for 4.8.2 available here .
You will need 7zip to extract the contents of the file. Once you unzip it to your chosen location, you just add the bin subdirectory from there to your path environment, and you should be good to go.
For example, if you extracted the toolchain in x:\mingw32-4.8.2 , add x:\mingw32-4.8.2\bin using
setx path "% path%; x: \ mingw32-4.8.2 \ bin"
Restart the command line for it to take effect. If you have an old version of mingw installed, you can remove it to avoid potential conflicts.
greatwolf
source share