1
0
mirror of https://github.com/simh/simh.git synced 2026-01-25 19:56:25 +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

@@ -1622,8 +1622,9 @@ ifneq (,$(BESM6_BUILD))
$(info *** Info ***)
$(info *** Info *** OR)
$(info *** Info ***)
$(info *** Info *** Try to influence the HomeBrew package maintainers to add the)
$(info *** Info *** libSDL2-ttf development package to provide this functionality.)
$(info *** Info *** Install the HomeBrew sdl2_ttf package to provide this)
$(info *** Info *** functionality for your OS X system:)
$(info *** Info *** $$ brew install sdl2_ttf)
endif
else
ifneq (,$(and $(findstring Linux,$(OSTYPE)),$(call find_exe,apt-get)))