aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsickcodes <65906298+sickcodes@users.noreply.github.com>2022-01-15 13:08:31 +0000
committerGitHub <noreply@github.com>2022-01-15 13:08:31 +0000
commit4b659186775793ec93e4a0323bfaa2a0be97f115 (patch)
tree4e790343d9785f5b6d77a1e0cc2f65df6d483ae9
parent3c02b426c15d20c3b8dd677c2edbec228bc0717f (diff)
downloadriscv-gnu-toolchain-4b659186775793ec93e4a0323bfaa2a0be97f115.zip
riscv-gnu-toolchain-4b659186775793ec93e4a0323bfaa2a0be97f115.tar.gz
riscv-gnu-toolchain-4b659186775793ec93e4a0323bfaa2a0be97f115.tar.bz2
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.
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index d0b3e2e..0941e6d 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/)