Browse Source

Merge pull request #1012 from sickcodes/master

Change Arch requirement mpc to libmpc as reported by @erdnaxe
pull/1020/head 2022.01.17
Kito Cheng 4 years ago
committed by GitHub
parent
commit
f640044a94
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      README.md

2
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/)

Loading…
Cancel
Save