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). Once homebrew is installed, we need to install CMake: brew install cmake 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.