From a7843dd8c561f48462dee15586505475a26ce1d6 Mon Sep 17 00:00:00 2001 From: Adel Kara Slimane Date: Tue, 15 Mar 2022 11:36:32 +0100 Subject: [PATCH] README: Arch: specify `base-devel` requirement and redirect to wiki (#458) Closes: #440 Signed-off-by: Adel KARA SLIMANE --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b9a9f6b..8514601 100644 --- a/README.md +++ b/README.md @@ -90,6 +90,8 @@ makepkg -si ``` The script will use a slightly modified Arch config from the `linux-tkg-config` folder, it can be changed through the `_configfile` variable in `customization.cfg`. The options selected at build-time are installed to `/usr/share/doc/$pkgbase/customization.cfg`, where `$pkgbase` is the package name. +**Note:** the `base-devel` package group is expected to be installed, see [here](https://wiki.archlinux.org/title/Makepkg) for more information. + #### DEB (Debian, Ubuntu and derivatives) and RPM (Fedora, SUSE and derivatives) based distributions The interactive `install.sh` script will create, depending on the selected distro, `.deb` or `.rpm` packages, move them in the the subfolder `DEBS` or `RPMS` then prompts to install them with the distro's package manager. ```shell