From 4b659186775793ec93e4a0323bfaa2a0be97f115 Mon Sep 17 00:00:00 2001 From: sickcodes <65906298+sickcodes@users.noreply.github.com> Date: Sat, 15 Jan 2022 13:08:31 +0000 Subject: [PATCH] Change Arch requirement mpc to libmpc as reported by @erdnaxe Just updating previous PR as `mpc` is a music player, `libmpc` is the correct required package. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d0b3e2ea..0941e6d4 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ On Fedora/CentOS/RHEL OS, executing the following command should suffice: On Arch Linux, executing the following command should suffice: - $ pacman -Syyu autoconf automake curl python3 mpc mpfr gmp gawk base-devel bison flex texinfo gperf libtool patchutils bc zlib expat + $ sudo pacman -Syyu autoconf automake curl python3 libmpc mpfr gmp gawk base-devel bison flex texinfo gperf libtool patchutils bc zlib expat Also available for Arch users on the AUR: [https://aur.archlinux.org/packages/riscv-gnu-toolchain/](https://aur.archlinux.org/packages/riscv-gnu-toolchain/)