Fix Windows link in build instructions

This commit is contained in:
Sky 2013-09-22 16:02:01 +01:00
parent 3a1d2baedd
commit f9601395fa

View File

@ -3,7 +3,7 @@
Build on...
* [Linux](#linux)
* [Windows](#win)
* [Windows](#windows)
* [OSX](#osx)
## <a id="linux"></a>Linux
@ -54,7 +54,7 @@ cd run # or whereever its stored
Congrats. Your MMC5 should run
## <a id="win"></a>Windows
## <a id="windows"></a>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.