We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0523073 commit 45066d6Copy full SHA for 45066d6
1 file changed
OSX-NOTES.md
@@ -43,14 +43,15 @@ Now we need to install some dependencies
43
44
$ brew install automake
45
$ brew install pkg-config
46
- $ brew install openssl
+ $ brew install openssl@3.6
47
$ brew install sqlite
48
$ brew install cppunit
49
$ brew install libtool
50
51
+OpenSSL 3.6+ required for AES-CCM ref issue #22773
52
+
53
openssl, sqlite, and libtool are pre-installed on the system. The versions downloaded
54
by brew are stored in an alternative location under /usr/local
-
55
The only brew warning of note is for libtool:
56
57
==> Caveats
0 commit comments