mirror of
https://github.com/cmosher01/Epple-II.git
synced 2024-12-29 00:31:40 +00:00
7 lines
135 B
Bash
7 lines
135 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
echo "::group::install dependencies"
|
||
|
export HOMEBREW_NO_AUTO_UPDATE=1
|
||
|
brew install boost wxwidgets sdl2
|
||
|
echo "::endgroup::"
|