From 3875663ea96179107e28488596d51817930c4f63 Mon Sep 17 00:00:00 2001 From: Torsten Hellwig Date: Tue, 7 Oct 2025 22:39:56 +0200 Subject: [PATCH] Fix zstd typo --- Home.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Home.md b/Home.md index 562da97..71ac17f 100644 --- a/Home.md +++ b/Home.md @@ -60,7 +60,7 @@ distros like Alma/Rocky Linux 8 and Ubuntu 20.04. See [PEP libncursesw5-dev xz-utils tk-dev libxml2-dev libxmlsec1-dev libffi-dev liblzma-dev ``` - Additionally, you should install `libstd-dev` if you are building Python 3.14 or newer but note that Ubuntu 20.04 does not include a sufficiently new version of this package to build the `compression.zstd` module. + Additionally, you should install `libzstd-dev` if you are building Python 3.14 or newer but note that Ubuntu 20.04 does not include a sufficiently new version of this package to build the `compression.zstd` module. The Python's documentation reports a different set of dependencies in the [documentation](https://devguide.python.org/getting-started/setup-building/#build-dependencies) and in the script used in the [GitHub Actions](https://github.com/python/cpython/blob/main/.github/workflows/posix-deps-apt.sh)