diff --git a/Building-for-Windows.md b/Building-for-Windows.md index 0ff79c4..7fa8bee 100644 --- a/Building-for-Windows.md +++ b/Building-for-Windows.md @@ -8,6 +8,7 @@ - C++ core features - Latest MSVC C++ build tools (x64/x86 and/or ARM64) - Latest Windows SDK + - C++ CMake tools for Windows - Recommended for development / debugging (included in workload) - Just-In-Time debugger - C++ profiling tools (pulls in graphics debugging features) @@ -16,9 +17,14 @@ ## Get and Build Dolphin ### Clone * Windows requires pulling in some submodules, so use `git clone --recursive` to clone dolphin from the main repo or your fork. +* If you have already cloned the directory *without* pulling in the submodules run ``git submodule update --init`` to initialize the submodules. ### Building -1. Open Source/dolphin-emu.sln. +1. Open the folder you cloned Dolphin into. + ![Open Folder](https://i.imgur.com/qkpG1sV.png) + ![Folder](https://i.imgur.com/iz9KUSH.png) 2. Select the target you'd like to build: - ![Target Example](https://raw.githubusercontent.com/wiki/dolphin-emu/dolphin/vs-target.png) -3. Press F7 or choose Build > Build Solution from the menu bar. \ No newline at end of file + ![Target Example](https://i.imgur.com/KRW6XJQ.png) +3. Select ``Dolphin.exe`` as a startup item + ![Select Startup Item](https://i.imgur.com/TsHeHvt.png) +4. Press F7 or choose Build > Build Solution from the menu bar. \ No newline at end of file