mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2025-02-13 23:57:14 +00:00
6 lines
125 B
Bash
Executable file
6 lines
125 B
Bash
Executable file
#!/bin/sh -ex
|
|
|
|
brew update
|
|
brew install p7zip qt5 sdl2 ccache
|
|
brew outdated cmake || brew upgrade cmake
|
|
pip3 install macpack
|