Created Building for Windows (markdown)
parent
65cb11eabf
commit
fad176c613
|
@ -0,0 +1,50 @@
|
|||
# Windows Build
|
||||
|
||||
## Prerequisites
|
||||
---
|
||||
|
||||
- Windows Vista or higher, preferably 64-bit version.
|
||||
- [Git Extensions](http://code.google.com/p/gitextensions/downloads/list) (check MsysGit in the installer, and select "Run Git from the Windows Command Prompt") or any other Git tool as long as it puts git in the PATH. If you get issues with scmrev.h, add the directory containing git to the PATH environment variable.
|
||||
- [Visual Studio 2013](http://www.microsoft.com/visualstudio/eng/downloads)
|
||||
- You may use the free Express for Windows Desktop edition: ([net install](http://go.microsoft.com/?linkid=9832280&clcid=0x409) | [ISO](http://go.microsoft.com/?linkid=9832270&clcid=0x409))
|
||||
- Dolphin does not require any of the optional packages offered by the Visual Studio 2013 installer, you may uncheck them all.
|
||||
- The [June 2010 DirectX SDK](http://www.microsoft.com/en-us/download/details.aspx?id=6812) is required if you are building **on or for** a version of Windows prior to Windows 8.
|
||||
|
||||
|
||||
## Get & Build Dolphin
|
||||
---
|
||||
|
||||
### Cloning (with Git Extensions)
|
||||
---
|
||||
|
||||
1. Open Git Extensions and select Clone repository.
|
||||
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. Protip: Enable NTFS compression on the root of your source directory.
|
||||
|
||||
### Building
|
||||
---
|
||||
|
||||
1. Open Source/dolphin-emu.sln.
|
||||
2. Select the target you'd like to build. ![Target Example](http://wiki.dolphin-emu.googlecode.com/git/build/vs2013-build-configuration.png)
|
||||
3. Press F7 or choose Build > Build Solution from the menu bar.
|
||||
|
||||
|
||||
## Keeping up to date
|
||||
---
|
||||
|
||||
When you want to update to the latest revision:
|
||||
|
||||
### Git Extensions
|
||||
---
|
||||
|
||||
1. Right click the dolphin-emu folder and choose Git Extensions -> Pull
|
||||
2. Make sure you are pulling from "origin" and click Pull.
|
||||
|
||||
|
||||
### Visual Studio
|
||||
---
|
||||
|
||||
1. Go to the Team Explorer window and choose Pull.
|
||||
|
||||
![VS Pull Example](http://wiki.dolphin-emu.googlecode.com/git/build/vs2013-git-pull.png)
|
Loading…
Reference in New Issue