Minor updates for links, capitalization, styling, info, etc.

Pringo 2016-11-13 20:21:07 -08:00
parent 5c54119e05
commit ae57e5cb54
1 changed files with 7 additions and 7 deletions

@ -1,9 +1,9 @@
## Prerequisites ## Prerequisites
- Windows Vista or higher, 64-bit version. - Windows 7 or higher, 64-bit version
- [Windows 10 SDK](https://developer.microsoft.com/en-us/windows/downloads/windows-10-sdk) (even if you don't have win10) - [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/en-us/downloads/download-visual-studio-vs.aspx) - [Visual Studio 2015](https://www.visualstudio.com/downloads/)
- You can use any version of VS (Community Edition is free). - 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) ![Visual Studio Options](https://raw.githubusercontent.com/wiki/dolphin-emu/dolphin/vs-options.png)
@ -12,14 +12,14 @@
### Cloning ### Cloning
1. Open the Team Explorer and choose "Clone" under "Local Git Repositories". 1. Open the Team Explorer and choose "Clone" under "Local Git Repositories".
2. Enter repository URL as it appears on the [Github project page](https://github.com/dolphin-emu/dolphin) 2. Enter repository URL as it appears on the [GitHub project page](https://github.com/dolphin-emu/dolphin).
3. Click Clone to start downloading. 3. Click Clone to start downloading.
4. Protips: 4. Protips:
- Enable NTFS compression on the root of your source directory. - Enable NTFS compression on the root of your source directory.
- Store the sources on the fastest disk as possible (e.g. fast SSD). - Store the sources on the fastest disk as possible (e.g. fast SSD).
#### Qt Dependencies ### Qt Dependencies
* If you want to build the DolphinQt project, you should get the required dependencies from a submodule provided for dolphin. * 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`. + 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". * If you do not care about DolphinQt, you can just right click on the project and click "Unload Project".