2020-11-11 23:21:35 -06:00
|
|
|
#!/bin/sh -ex
|
|
|
|
|
|
|
|
brew update
|
|
|
|
brew unlink python@2 || true
|
2020-12-30 16:10:18 -06:00
|
|
|
rm '/usr/local/bin/2to3' || true
|
2021-02-07 02:40:10 -06:00
|
|
|
brew install qt5 sdl2 p7zip ccache ffmpeg llvm ninja || true
|
2020-11-11 23:21:35 -06:00
|
|
|
pip3 install macpack
|