aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author长柳 <110147328+changliuxy@users.noreply.github.com>2022-10-05 17:32:04 +0800
committerKito Cheng <kito.cheng@sifive.com>2022-12-16 14:59:19 +0800
commit94537e1c482b53fe95dc595388b068fcb14fee67 (patch)
tree78205e1555c56c732c5b624f8525432e841986a7
parent5007e114b8616ea40178a65cb0ed178d5c92130b (diff)
downloadriscv-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>
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 1d7cc0d..dde0e2e 100644
--- a/README.md
+++ b/README.md
@@ -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: