deps.sh 110 B

12345
  1. #!/bin/sh -ex
  2. brew update
  3. brew install dylibbundler p7zip qt5 sdl2
  4. brew outdated cmake || brew upgrade cmake