From 519cc880175dff5d40c276dfe8e3ad7211e1f64e Mon Sep 17 00:00:00 2001 From: Dustin Schoenbrun Date: Thu, 30 Oct 2025 12:16:46 -0400 Subject: [PATCH] Updated the zstd development package name to libzstd-devel for building Python 3.14 on Fedora --- Home.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Home.md b/Home.md index 24926ef..aa72e1e 100644 --- a/Home.md +++ b/Home.md @@ -98,7 +98,7 @@ so we still recommend building against Tcl/Tk 8 as of that release. > **Note:** Package names for the 8.6 compatibility libraries are `tk8-devel` on Fedora 42+. - Additionally, you should install `zstd-devel` if you are building Python 3.14 or newer but note that Python requires zstd 1.4.5 or newer, which may not be available in the default package repositories. + Additionally, you should install `libzstd-devel` if you are building Python 3.14 or newer but note that Python requires zstd 1.4.5 or newer, which may not be available in the default package repositories. * **Fedora Silverblue**