Building for Windows - Sonicadvance1/dolphin GitHub Wiki

Prerequisites


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
  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
  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