mirror of
https://github.com/open-simh/simh.git
synced 2026-04-25 03:44:58 +00:00
makefile, travis: Update to advise install of HomeBrew sdl2_ttf package
This commit is contained in:
@@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
install_osx() {
|
install_osx() {
|
||||||
brew install sdl2
|
brew install sdl2
|
||||||
|
brew install sdl2_ttf
|
||||||
brew install vde
|
brew install vde
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
5
makefile
5
makefile
@@ -1622,8 +1622,9 @@ ifneq (,$(BESM6_BUILD))
|
|||||||
$(info *** Info ***)
|
$(info *** Info ***)
|
||||||
$(info *** Info *** OR)
|
$(info *** Info *** OR)
|
||||||
$(info *** Info ***)
|
$(info *** Info ***)
|
||||||
$(info *** Info *** Try to influence the HomeBrew package maintainers to add the)
|
$(info *** Info *** Install the HomeBrew sdl2_ttf package to provide this)
|
||||||
$(info *** Info *** libSDL2-ttf development package to provide this functionality.)
|
$(info *** Info *** functionality for your OS X system:)
|
||||||
|
$(info *** Info *** $$ brew install sdl2_ttf)
|
||||||
endif
|
endif
|
||||||
else
|
else
|
||||||
ifneq (,$(and $(findstring Linux,$(OSTYPE)),$(call find_exe,apt-get)))
|
ifneq (,$(and $(findstring Linux,$(OSTYPE)),$(call find_exe,apt-get)))
|
||||||
|
|||||||
Reference in New Issue
Block a user