mirror of
https://github.com/PabloMK7/citra.git
synced 2024-12-13 01:29:50 +00:00
5 lines
96 B
Bash
Executable file
5 lines
96 B
Bash
Executable file
#!/bin/sh -ex
|
|
|
|
brew update
|
|
brew install qt5 sdl2 p7zip ccache ffmpeg ninja
|
|
pip3 install macpack
|