This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |