From 9f5bcceb77d5a78f443bbca8fbf593feb0ecb0b3 Mon Sep 17 00:00:00 2001 From: Themaister Date: Tue, 30 Apr 2013 04:50:37 -0700 Subject: [PATCH] Updated Compilation guide (Windows) (markdown) --- 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 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: