diff options
author | Xing GUO <higuoxing@gmail.com> | 2020-12-01 11:19:56 +0800 |
---|---|---|
committer | Xing GUO <higuoxing@gmail.com> | 2020-12-01 11:19:56 +0800 |
commit | 91d6fdf40b4f39de3b7ea726f84477b4805f4773 (patch) | |
tree | 4f885ed5d58c7fae9c7de7cbbfce915317b6d293 | |
parent | 268cfe2f4d0e9ef916278005bc72b172afb3e9da (diff) | |
download | riscv-gnu-toolchain-91d6fdf40b4f39de3b7ea726f84477b4805f4773.zip riscv-gnu-toolchain-91d6fdf40b4f39de3b7ea726f84477b4805f4773.tar.gz riscv-gnu-toolchain-91d6fdf40b4f39de3b7ea726f84477b4805f4773.tar.bz2 |
Replace `build-essential` with `base-devel` in Archlinux installation guide.
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -35,7 +35,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 build-essential bison flex texinfo gperf libtool patchutils bc zlib expat + $ pacman -Syyu autoconf automake curl python3 mpc mpfr gmp gawk base-devel bison flex texinfo gperf libtool patchutils bc zlib expat On OS X, you can use [Homebrew](http://brew.sh) to install the dependencies: |