From c05d08759ababd9369297e2888c361b898bd79db Mon Sep 17 00:00:00 2001 From: Jeffrey Pfau Date: Wed, 8 Apr 2015 00:56:04 -0700 Subject: [PATCH] All: VS cannot compile mGBA at the time --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9baa659cf..4953cf912 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ Controls are configurable in the menu. The default gamepad controls are mapped s Compiling --------- -Compiling requires using CMake 2.8.11 or newer. To use CMake to build on a Unix-based system, the recommended commands are as follows: +Compiling requires using CMake 2.8.11 or newer. GCC and Clang are both known to work to compile mGBA, but Visual Studio 2013 and older are known not to work. To use CMake to build on a Unix-based system, the recommended commands are as follows: mkdir build cd build