summaryrefslogtreecommitdiffstats
path: root/BUILD.md
diff options
context:
space:
mode:
authorSky <sky@bunnies.cc>2013-09-22 16:02:01 +0100
committerSky <sky@bunnies.cc>2013-09-22 16:02:01 +0100
commitf9601395fa9ee99e35c49e17e5f2a1332d704799 (patch)
treee303b02ad14155a7f8b42628da2642f338bd48fa /BUILD.md
parent3a1d2baedd11e3a620b5479d9ca11afcf91eaacf (diff)
downloadMultiMC-f9601395fa9ee99e35c49e17e5f2a1332d704799.tar
MultiMC-f9601395fa9ee99e35c49e17e5f2a1332d704799.tar.gz
MultiMC-f9601395fa9ee99e35c49e17e5f2a1332d704799.tar.lz
MultiMC-f9601395fa9ee99e35c49e17e5f2a1332d704799.tar.xz
MultiMC-f9601395fa9ee99e35c49e17e5f2a1332d704799.zip
Fix Windows link in build instructions
Diffstat (limited to 'BUILD.md')
-rw-r--r--BUILD.md4
1 files 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)
## <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.