Linted markdown
parent
dd6e2fb855
commit
9a9eb99290
|
@ -4,7 +4,7 @@
|
|||
- [Windows 10 SDK](https://developer.microsoft.com/en-us/windows/downloads/windows-10-sdk) (even if you don't have Windows 10)
|
||||
- [Visual Studio 2015](https://www.visualstudio.com/downloads/)
|
||||
- You can use any version of VS (Community Edition is free)
|
||||
- Recommended packages for installation:
|
||||
- Recommended packages for installation:
|
||||
![Visual Studio Options](https://raw.githubusercontent.com/wiki/dolphin-emu/dolphin/vs-options.png)
|
||||
|
||||
## Get and Build Dolphin
|
||||
|
@ -19,8 +19,9 @@
|
|||
- Store the sources on the fastest disk as possible (e.g. fast SSD).
|
||||
|
||||
### Qt Dependencies
|
||||
* If you want to build the DolphinQt project, you should get the required dependencies from a submodule provided for Dolphin.
|
||||
+ In Team Explorer, go to Changes > Actions > Open Command Prompt and execute `git submodule update --init --recursive`.
|
||||
|
||||
* If you want to build the DolphinQt project, you should get the required dependencies from a submodule provided for Dolphin.
|
||||
+ In Team Explorer, go to Changes > Actions > Open Command Prompt and execute `git submodule update --init --recursive`.
|
||||
* If you do not care about DolphinQt, you can just right click on the project and click "Unload Project".
|
||||
|
||||
### Building
|
||||
|
|
Loading…
Reference in New Issue