Clarify that MinGW-w64 is needed.
parent
ca1909af4d
commit
2be290d588
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue