OpenSSL 4 is not yet supported

native-api 2026-05-11 02:18:13 +03:00
parent 4b4ebc8fd8
commit f12d39a2b2

@ -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**