1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-15 06:43:53 -05:00

Add the links to the Python build documentation and to the GitHub Actions for the latest Ubuntu/Debian dependencies.

ppigazzini
2024-12-29 21:33:07 +01:00
parent ebecaa6c91
commit 6d7afa5a0e

@@ -51,6 +51,8 @@ environment.
libncursesw5-dev xz-utils tk-dev libxml2-dev libxmlsec1-dev libffi-dev liblzma-dev libncursesw5-dev xz-utils tk-dev libxml2-dev libxmlsec1-dev libffi-dev liblzma-dev
``` ```
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)
If you are going build PyPy from source or install other Python flavors that require CLang, also install `llvm`. If you are going build PyPy from source or install other Python flavors that require CLang, also install `llvm`.
* **CentOS/Fedora 21 and below:** * **CentOS/Fedora 21 and below:**