Skip to content

Instantly share code, notes, and snippets.

@cobalt2727
cobalt2727 / m1-dolphin.sh
Last active February 25, 2022 14:58
Dolphin Emulator build script for those fancy new M1 Macs
echo "Enter your password when prompted, and answer any yes/no prompts."
echo "Scripter: https://github.com/cobalt2727/"
echo "Credits: https://www.reddit.com/r/macgaming/comments/kxpx86/instructions_to_build_dolphin_emulator_mac_m1/"
echo "This may take some time, so be patient..."
sleep 10
sudo /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
brew install git
brew install qt
brew install cmake
brew install SDL2