mirror of
https://github.com/pyenv/pyenv.git
synced 2025-11-15 23:03:53 -05:00
Fix zstd typo
2
Home.md
2
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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user