apicourt.blogg.se

Dolphine emulator mac
Dolphine emulator mac









  1. Dolphine emulator mac install#
  2. Dolphine emulator mac code#

Now we preconfigure the build process with cmake and use Ninja to build Dolphin. Next, we prepare the build directory: mkdir -p build

Dolphine emulator mac code#

First, let’s checkout the latest Dolphin code to our home directory: git clone ~/dolphin-emu

Dolphine emulator mac install#

For anyone going that route, make sure to invoke cmake with the following additional flag, like so: -DCMAKE_PREFIX_PATH=$(brew -prefix qt5)Īfter Qt is installed we need to download Ninja to build Dolphin – we’ll be using brew to do that, like so: brew install ninjaįinally, let’s follow the official Dolphin instructions.

dolphine emulator mac

When asked, first press ‘Deselect all’ from the list, then click on the currently available highest version (as of writing, it is 5.12.1) and select macos, then click next and begin installing.Īlternatively, you can install it via brew, but that somehow didn’t work for me. Next, we need to download the Qt library – visit the official website, choose Open Source and download the online installer (or click here).

dolphine emulator mac

Once homebrew is installed, we need to install CMake: brew install cmake

dolphine emulator mac

Now we need to install Homebrew – click here to visit the official site and follow the steps to install it. Make sure to issue the following command, otherwise ibtool will likely fail during build: sudo xcode-select -s /Applications/Xcode.app/Contents/Developer I’ve successfully built the latest Dolphin with these steps.įirst, make sure that you have Xcode installed (free download from the AppStore) and have Xcode command line tools installed: xcode-select -install There are many ways to do this, but for me none of them worked as most of the time I simply ended up with an app bundle that crashes on start.











Dolphine emulator mac