We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd9a28b commit 7032a67Copy full SHA for 7032a67
prepare.sh
@@ -7,7 +7,7 @@ if [ "$(uname -s)" = "Darwin" ]; then
7
## Check if using brew
8
if command -v brew &> /dev/null; then
9
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
+ brew install gettext texinfo bison flex gnu-sed ncurses gsl gmp mpfr autoconf automake cmake libusb-compat libarchive gpgme bash openssl libtool zlib
11
brew reinstall openssl # https://github.com/Homebrew/homebrew-core/issues/169728#issuecomment-2074958306
12
fi
13
## Check if using MacPorts
0 commit comments