mirror of
https://github.com/pyenv/pyenv.git
synced 2026-09-10 15:46:17 -04:00
Fix zstd typo
parent
f9a5b498d2
commit
3875663ea9
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)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue