From 2be290d5880f4f80f3b36eaa88c1523473009398 Mon Sep 17 00:00:00 2001 From: Themaister Date: Sat, 24 Nov 2012 14:01:00 -0800 Subject: [PATCH] Clarify that MinGW-w64 is needed. --- Compilation-guide-(Windows).md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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