summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorspycrab <spycrab@users.noreply.github.com>2019-04-23 22:58:24 +0200
committerspycrab <spycrab@users.noreply.github.com>2019-04-23 22:58:24 +0200
commit666241ef7219c5346876c2c4b4b60c3e3c16b2fd (patch)
tree5fb251b7eb5c952592e5af4b464cbd3a9d041320
parent2abe333ce94f63971cbee8ea51b22d1df4456ad4 (diff)
Readme.md: Add hint about Qt submodule under Windows
-rw-r--r--Readme.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/Readme.md b/Readme.md
index 7133c6a11c..1ad0ae45ca 100644
--- a/Readme.md
+++ b/Readme.md
@@ -43,6 +43,11 @@ Visual Studio 2017 is a hard requirement. Other compilers might be
able to build Dolphin on Windows but have not been tested and are not
recommended to be used. Git and Windows 10 SDK 10.0.17134.0 must be installed when building.
+Make sure to check out the Qt submodule before building:
+```sh
+git submodule update --init
+```
+
The "Release" solution configuration includes performance optimizations for the best user experience but complicates debugging Dolphin.
The "Debug" solution configuration is significantly slower, more verbose and less permissive but makes debugging Dolphin easier.