mirror of
https://github.com/pyenv/pyenv.git
synced 2025-11-15 14:53:53 -05:00
Adding a resolution for common build problems within Arch-derived distributions
@@ -36,6 +36,16 @@ zypper in zlib-devel bzip2 libbz2-devel libffi-devel libopenssl-devel readline-d
|
||||
```sh
|
||||
apk add libffi-dev ncurses-dev openssl-dev readline-dev tk-dev xz-dev zlib-dev
|
||||
```
|
||||
* Arch and derivatives
|
||||
|
||||
```sh
|
||||
pacman -S --needed openssl zlib bzip2 readline sqlite wget curl llvm gnupg ncurses xz tk libffi python-pyopenssl git
|
||||
```
|
||||
The library ncurses5 you would need an [AUR Helper](https://wiki.archlinux.org/index.php/AUR_helpers) in order to install. If using [YAY](https://aur.archlinux.org/packages/yay/):
|
||||
|
||||
```sh
|
||||
yay -S ncurses5-compat-libs
|
||||
```
|
||||
|
||||
* macOS:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user