Epple-II/bin/macOS/setup.sh
2022-12-04 16:33:27 -05:00

7 lines
135 B
Bash
Executable File

#!/bin/sh
echo "::group::install dependencies"
export HOMEBREW_NO_AUTO_UPDATE=1
brew install boost wxwidgets sdl2
echo "::endgroup::"