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