From c1234658b975dbf2aedc5d04a51ee11c37f2810c Mon Sep 17 00:00:00 2001 From: Dave Gallant Date: Sun, 28 Jul 2019 00:59:04 -0400 Subject: [PATCH] Arch needs a package such as 'base-devel' to run make (https://wiki.archlinux.org/index.php/Makepkg) --- Common-build-problems.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Common-build-problems.md b/Common-build-problems.md index 7ff69df..ae71d71 100644 --- a/Common-build-problems.md +++ b/Common-build-problems.md @@ -39,7 +39,7 @@ 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 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/):