diff --git a/Compilation-guide-(Windows).md b/Compilation-guide-(Windows).md index 57f12df..fa8f21a 100644 --- a/Compilation-guide-(Windows).md +++ b/Compilation-guide-(Windows).md @@ -12,7 +12,7 @@ For example, x86_64-w64-mingw32-gcc-4.8.0-win64 means the toolchain compiles cod After you have downloaded and extracted the archive, make sure you set the PATH environmental variable to point to bin/ directory. After setup correctly, you should be able to run `gcc -v` in the Git shell. -On the forum there is a [prepackaged Win64 setup](http://forum.themaister.net/viewtopic.php?id=467) that includes everything you need to build RetroArch. +On the forum there is a [prepackaged Win64 setup](http://forum.themaister.net/viewtopic.php?id=467) that includes Git and MinGW-w64 like described above. Then you can check out the source tree: