mirror of
https://github.com/simh/simh.git
synced 2026-01-26 12:02:14 +00:00
makefile, README: Update MacOS required libraries to include pcre
This commit is contained in:
4
makefile
4
makefile
@@ -685,7 +685,7 @@ ifeq (${WIN32},) #*nix Environments (&& cygwin)
|
||||
ifeq (/opt/local/bin/port,$(shell which port))
|
||||
$(info *** Info *** Install the MacPorts libSDL2 package to provide this)
|
||||
$(info *** Info *** functionality for your OS X system:)
|
||||
$(info *** Info *** # port install libsdl2 libpng zlib)
|
||||
$(info *** Info *** # port install libsdl2 libpng zlib pcre)
|
||||
endif
|
||||
ifeq (/usr/local/bin/brew,$(shell which brew))
|
||||
ifeq (/opt/local/bin/port,$(shell which port))
|
||||
@@ -695,7 +695,7 @@ ifeq (${WIN32},) #*nix Environments (&& cygwin)
|
||||
endif
|
||||
$(info *** Info *** Install the HomeBrew libSDL2 package to provide this)
|
||||
$(info *** Info *** functionality for your OS X system:)
|
||||
$(info *** Info *** $$ brew install sdl2 libpng zlib)
|
||||
$(info *** Info *** $$ brew install sdl2 libpng zlib pcre)
|
||||
else
|
||||
ifeq (,$(shell which port))
|
||||
$(info *** Info *** Install MacPorts or HomeBrew and rerun this make for)
|
||||
|
||||
Reference in New Issue
Block a user