summaryrefslogtreecommitdiff
path: root/Readme.md
diff options
context:
space:
mode:
authorShawn Hoffman <godisgovernment@gmail.com>2023-05-16 20:40:20 -0700
committerShawn Hoffman <godisgovernment@gmail.com>2023-05-16 20:40:20 -0700
commit7512964b2b8ab697ae1cb59eb1a3b967f3f21441 (patch)
treeb0ba27a2ab47b419ceaa6b38a40059eee73b1c11 /Readme.md
parentac7003a1ac5a6d0e7dedd7e901fa953074f6a64e (diff)
update readme
Diffstat (limited to 'Readme.md')
-rw-r--r--Readme.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/Readme.md b/Readme.md
index 6eadae6e7b..197d4040f8 100644
--- a/Readme.md
+++ b/Readme.md
@@ -39,9 +39,10 @@ Dolphin can only be installed on devices that satisfy the above requirements. At
## Building for Windows
Use the solution file `Source/dolphin-emu.sln` to build Dolphin on Windows.
-Visual Studio 2022 17.2.3 or later 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 11 SDK must be installed when building.
+Dolphin targets the latest MSVC shipped with Visual Studio or Build Tools.
+Other compilers might be able to build Dolphin on Windows but have not been
+tested and are not recommended to be used. Git and latest Windows SDK must be
+installed when building.
Make sure to pull submodules before building:
```sh