From f12d39a2b2a42ad7c8b985f38f65575f517a686b Mon Sep 17 00:00:00 2001 From: native-api Date: Mon, 11 May 2026 02:18:13 +0300 Subject: [PATCH] OpenSSL 4 is not yet supported --- Home.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Home.md b/Home.md index c338972..175f976 100644 --- a/Home.md +++ b/Home.md @@ -22,19 +22,21 @@ distros like Alma/Rocky Linux 8 and Ubuntu 20.04. See [PEP Tcl/Tk 9 support in 3.14.0 is experimental (e.g. there are test failures) so we still recommend building against Tcl/Tk 8 as of that release. +OpenSSL 4.0.0 support is not present in maintenance releases as of 3.14.5. + * **Mac OS X:** If you haven't done so, install Xcode Command Line Tools (`xcode-select --install`) and [Homebrew](http://brew.sh/). Then: ```sh - brew install openssl readline sqlite3 xz tcl-tk@8 libb2 zstd zlib pkgconfig + brew install openssl@3 readline sqlite3 xz tcl-tk@8 libb2 zstd zlib pkgconfig ``` As an alternative to Homebrew, you can use dependencies from [MacPorts](https://www.macports.org/install.php): ```sh - sudo port install pkgconfig openssl xz gdbm tcl tk +quartz sqlite3 sqlite3-tcl zstd + sudo port install pkgconfig openssl3 xz gdbm tcl tk +quartz sqlite3 sqlite3-tcl zstd ``` * **Older MacOS releases**