All: VS cannot compile mGBA at the time

This commit is contained in:
Jeffrey Pfau 2015-04-08 00:56:04 -07:00
parent 72a0de2940
commit 97607452e2
1 changed files with 1 additions and 1 deletions

View File

@ -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