mirror of
https://github.com/cmosher01/Epple-II.git
synced 2024-12-28 08:30:51 +00:00
7 lines
135 B
Bash
Executable File
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::"
|