mirror of
https://git.h3cjp.net/H3cJP/citra.git
synced 2024-11-24 14:32:47 +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
|