From f9601395fa9ee99e35c49e17e5f2a1332d704799 Mon Sep 17 00:00:00 2001 From: Sky Date: Sun, 22 Sep 2013 16:02:01 +0100 Subject: [PATCH] Fix Windows link in build instructions --- BUILD.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BUILD.md b/BUILD.md index 7038a919..85e9e8d7 100644 --- a/BUILD.md +++ b/BUILD.md @@ -3,7 +3,7 @@ Build on... * [Linux](#linux) -* [Windows](#win) +* [Windows](#windows) * [OSX](#osx) ## Linux @@ -54,7 +54,7 @@ cd run # or whereever its stored Congrats. Your MMC5 should run -## Windows +## Windows Getting the project to build and run on Windows is easy if you use Qt's IDE, Qt Creator. The project will simply not compile using VC's build tools as it uses some C++11 features that aren't implemented in it at the time of writing.