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 76a2212 commit 5af964dCopy full SHA for 5af964d
README.md
@@ -107,7 +107,7 @@ Ruby runtime and MySQL client libraries are compiled with the same OpenSSL
107
family, 1.0 or 1.1 or 3.0, since only one can be loaded at runtime.
108
109
``` sh
110
-$ brew install openssl@1.1
+$ brew install openssl@1.1 zstd
111
$ gem install mysql2 -- --with-openssl-dir=$(brew --prefix openssl@1.1)
112
113
or
ci/setup.sh
@@ -70,7 +70,7 @@ if [[ x$OSTYPE =~ ^xdarwin ]]; then
70
done
71
72
brew info "$DB"
73
- brew install "$DB"
+ brew install "$DB" zstd
74
DB_PREFIX="$(brew --prefix "${DB}")"
75
export PATH="${DB_PREFIX}/bin:${PATH}"
76
export LDFLAGS="-L${DB_PREFIX}/lib"
0 commit comments