diff --git a/Common-build-problems.md b/Common-build-problems.md index c5761b1..4723e37 100644 --- a/Common-build-problems.md +++ b/Common-build-problems.md @@ -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: