mirror of
https://github.com/citra-emu/citra-nightly.git
synced 2024-12-27 02:05:51 +00:00
6 lines
96 B
Bash
Executable file
6 lines
96 B
Bash
Executable file
#!/bin/sh -ex
|
|
|
|
brew update
|
|
brew install qt5 sdl2 p7zip ccache ffmpeg ninja
|
|
pip3 install macpack
|