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

Arch needs a package such as 'base-devel' to run make (https://wiki.archlinux.org/index.php/Makepkg)

Dave Gallant
2019-07-28 00:59:04 -04:00
parent ff683e15a2
commit c1234658b9

@@ -39,7 +39,7 @@ apk add libffi-dev ncurses-dev openssl-dev readline-dev tk-dev xz-dev zlib-dev
* Arch and derivatives * Arch and derivatives
```sh ```sh
pacman -S --needed openssl zlib bzip2 readline sqlite wget curl llvm ncurses xz tk libffi python-pyopenssl git pacman -S --needed base-devel openssl zlib bzip2 readline sqlite wget curl llvm ncurses xz tk libffi python-pyopenssl git
``` ```
The library ncurses5 would require an [AUR Helper](https://wiki.archlinux.org/index.php/AUR_helpers) to install. If using [YAY](https://aur.archlinux.org/packages/yay/): The library ncurses5 would require an [AUR Helper](https://wiki.archlinux.org/index.php/AUR_helpers) to install. If using [YAY](https://aur.archlinux.org/packages/yay/):