This repository has been archived on 2025-12-14. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
github.ong19th.Citron/.travis/macos/deps.sh
2018-01-16 18:02:08 +00:00

5 lines
110 B
Bash
Executable file

#!/bin/sh -ex
brew update
brew install dylibbundler p7zip qt5 sdl2
brew outdated cmake || brew upgrade cmake