1
0
mirror of https://github.com/open-simh/simh.git synced 2026-02-03 07:21:06 +00:00

MAKEFILE: Add zlib to macOS deps

Zlib is no longer packaged as part of macOS, now needs to be installed
by HomeBrew.
This commit is contained in:
B. Scott Michel
2024-06-23 15:17:50 -07:00
committed by Paul Koning
parent a944a4bc6d
commit a011507fe9
2 changed files with 8 additions and 8 deletions

View File

@@ -3,7 +3,7 @@
install_osx() {
brew update
brew install pkg-config pcre libpng libedit sdl2 freetype2 sdl2_ttf \
vde cmake gnu-getopt coreutils
vde cmake gnu-getopt coreutils zlib
}
install_arch_linux() {