Minor updates for links, capitalization, styling, info, etc.
parent
5c54119e05
commit
ae57e5cb54
|
@ -1,9 +1,9 @@
|
|||
## Prerequisites
|
||||
|
||||
- Windows Vista 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)
|
||||
- [Visual Studio 2015](https://www.visualstudio.com/en-us/downloads/download-visual-studio-vs.aspx)
|
||||
- You can use any version of VS (Community Edition is free).
|
||||
- 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 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:
|
||||
![Visual Studio Options](https://raw.githubusercontent.com/wiki/dolphin-emu/dolphin/vs-options.png)
|
||||
|
||||
|
@ -12,14 +12,14 @@
|
|||
### Cloning
|
||||
|
||||
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.
|
||||
4. Protips:
|
||||
- Enable NTFS compression on the root of your source directory.
|
||||
- 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.
|
||||
### 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 do not care about DolphinQt, you can just right click on the project and click "Unload Project".
|
||||
|
||||
|
|
Loading…
Reference in New Issue