diff --git a/Compilation-guide-(Windows).md b/Compilation-guide-(Windows).md index 30428e2..80dbbc0 100644 --- a/Compilation-guide-(Windows).md +++ b/Compilation-guide-(Windows).md @@ -1,7 +1,7 @@ Compiling RetroArch for Windows is done with the MinGW toolchain. Both 32-bit and 64-bit variants should work. ## Building RetroArch -Download and run [MSYSGit](http://code.google.com/p/msysgit/), and you should be presented with a bash shell with Git working. You'll also need the MinGW toolchain with make installed. Then you can check out the source tree: +Download and run [MSYSGit](http://code.google.com/p/msysgit/), and you should be presented with a bash shell with Git working. You'll also need the MinGW-w64 toolchain (includes both 32-bit and 64-bit compiler), with make installed. Then you can check out the source tree: git clone git://github.com/Themaister/RetroArch.git cd RetroArch