1
0
mirror of https://github.com/simh/simh.git synced 2026-04-14 07:50:15 +00:00

makefile, travis: Update to advise install of HomeBrew sdl2_ttf package

This commit is contained in:
Mark Pizzolato
2018-03-19 12:43:47 -07:00
parent 2051422ee2
commit e7a0c38ea3
2 changed files with 4 additions and 2 deletions

View File

@@ -2,6 +2,7 @@
install_osx() {
brew install sdl2
brew install sdl2_ttf
brew install vde
}