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:
committed by
Paul Koning
parent
a944a4bc6d
commit
a011507fe9
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user