1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-13 13:53:53 -05:00
native-api
2021-05-17 01:02:25 +03:00
parent ba94465fd1
commit 00ed600ee0

@@ -88,6 +88,12 @@ environment.
apk add linux-headers
```
* **Void Linux:**
```sh
xbps-install base-devel bzip2-devel openssl openssl-devel readline readline-devel sqlite-devel xz zlib zlib-devel
```
See also [Common build problems](https://github.com/pyenv/pyenv/wiki/Common-build-problems) for further information.