diff options
author | 长柳 <110147328+changliuxy@users.noreply.github.com> | 2022-10-05 17:32:04 +0800 |
---|---|---|
committer | Kito Cheng <kito.cheng@sifive.com> | 2022-12-16 14:59:19 +0800 |
commit | 94537e1c482b53fe95dc595388b068fcb14fee67 (patch) | |
tree | 78205e1555c56c732c5b624f8525432e841986a7 /README.md | |
parent | 5007e114b8616ea40178a65cb0ed178d5c92130b (diff) | |
download | riscv-gnu-toolchain-94537e1c482b53fe95dc595388b068fcb14fee67.zip riscv-gnu-toolchain-94537e1c482b53fe95dc595388b068fcb14fee67.tar.gz riscv-gnu-toolchain-94537e1c482b53fe95dc595388b068fcb14fee67.tar.bz2 |
Update README.md
ubuntu20.04 make it need "clang ninja-build"
Signed-off-by: 长柳 <110147328+changliuxy@users.noreply.github.com>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ Several standard packages are needed to build the toolchain. On Ubuntu, executing the following command should suffice: - $ sudo apt-get install autoconf automake autotools-dev curl python3 libmpc-dev libmpfr-dev libgmp-dev gawk build-essential bison flex texinfo gperf libtool patchutils bc zlib1g-dev libexpat-dev + $ sudo apt-get install autoconf automake autotools-dev curl python3 libmpc-dev libmpfr-dev libgmp-dev gawk build-essential bison flex texinfo gperf libtool patchutils bc zlib1g-dev libexpat-dev ninja-build On Fedora/CentOS/RHEL OS, executing the following command should suffice: |