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