mirror of
https://github.com/PabloMK7/citra
synced 2024-11-15 13:18:24 +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
|