1
0
mirror of https://github.com/PDP-10/its.git synced 2026-02-27 01:09:49 +00:00

Update dependencies.sh

Fixing up Mac OS dependencies to make sure all sdl2 bits and tools are there
This commit is contained in:
Mike Kostersitz (Oilcan Productions)
2024-01-23 08:42:51 -08:00
committed by Lars Brinkhoff
parent 086f09820c
commit 44d9901f98

View File

@@ -33,9 +33,9 @@ install_freebsd() {
install_osx() {
brew update
case "$EMULATOR" in
simh*) brew install sdl2;;
pdp10-*) brew install sdl2;;
klh10) brew install automake;;
simh*) brew install automake sdl2 sdl2_image sdl2_net pkg-config;;
pdp10-*) brew install automake sdl2 sdl2_image sdl2_net pkg-config;;
klh10) brew install automake sdl2 sdl2_image sdl2_net pkg-config;;
esac
}