Skip to content

Commit 7032a67

Browse files
committed
Install zlib
1 parent bd9a28b commit 7032a67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prepare.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ if [ "$(uname -s)" = "Darwin" ]; then
77
## Check if using brew
88
if command -v brew &> /dev/null; then
99
brew update
10-
brew install gettext texinfo bison flex gnu-sed ncurses gsl gmp mpfr autoconf automake cmake libusb-compat libarchive gpgme bash openssl libtool
10+
brew install gettext texinfo bison flex gnu-sed ncurses gsl gmp mpfr autoconf automake cmake libusb-compat libarchive gpgme bash openssl libtool zlib
1111
brew reinstall openssl # https://github.com/Homebrew/homebrew-core/issues/169728#issuecomment-2074958306
1212
fi
1313
## Check if using MacPorts

0 commit comments

Comments
 (0)