1
0
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:
Mark Pizzolato
2022-07-14 18:40:12 -10:00
parent d406b7771a
commit e246888e99
2 changed files with 5 additions and 13 deletions

View File

@@ -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)