{"id":419,"date":"2019-02-17T08:03:09","date_gmt":"2019-02-16T19:03:09","guid":{"rendered":"http:\/\/wp.gaborhargitai.hu\/?p=419"},"modified":"2019-02-17T10:14:30","modified_gmt":"2019-02-16T21:14:30","slug":"dolphin-gamecube-wii-emulator-compile-the-latest-version-under-macos-osx-10-14-mojave","status":"publish","type":"post","link":"https:\/\/wp.gaborhargitai.hu\/dolphin-gamecube-wii-emulator-compile-the-latest-version-under-macos-osx-10-14-mojave\/","title":{"rendered":"Dolphin GameCube \/ Wii Emulator – compile the latest version under macOS \/ OSX 10.14 Mojave"},"content":{"rendered":"\n
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.<\/p>\n\n\n\n
I’ve successfully built the latest Dolphin<\/a> with these steps.<\/p>\n\n\n\n First, make sure that you have Xcode installed (free download from the AppStore)<\/a> and have Xcode command line tools installed:<\/p>\n\n\n\n Make sure to issue the following command, otherwise ibtool<\/strong> will likely fail during build:<\/p>\n\n\n\n Now we need to install Homebrew<\/strong> – click here to visit the official site<\/a> and follow the steps to install it.<\/p>\n\n\n\n Once homebrew is installed, we need to install CMake:<\/p>\n\n\n\nxcode-select --install<\/pre>\n\n\n\n
sudo xcode-select -s \/Applications\/Xcode.app\/Contents\/Developer<\/pre>\n\n\n\n
brew install cmake<\/pre>\n\n\n\n