aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authoralexsifivetw <alex.chiang@sifive.com>2023-06-03 16:23:57 -0700
committeralexsifivetw <alex.chiang@sifive.com>2023-06-03 16:23:57 -0700
commit147bb3eeca7df9755893b3b2b3ba8be4219a0a78 (patch)
tree680bfda578b017cccc32fa7426fd41e2b018e632 /README.md
parent4cce1a047ebd03b282a215549964281a5596d947 (diff)
downloadriscv-gnu-toolchain-147bb3eeca7df9755893b3b2b3ba8be4219a0a78.zip
riscv-gnu-toolchain-147bb3eeca7df9755893b3b2b3ba8be4219a0a78.tar.gz
riscv-gnu-toolchain-147bb3eeca7df9755893b3b2b3ba8be4219a0a78.tar.bz2
Add prebuilt clang and qemu to release workflow
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index c0ecceb..f6e93b8 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 ninja-build git cmake libglib2.0-dev
+ $ sudo apt-get install autoconf automake autotools-dev curl python3 python3-pip libmpc-dev libmpfr-dev libgmp-dev gawk build-essential bison flex texinfo gperf libtool patchutils bc zlib1g-dev libexpat-dev ninja-build git cmake libglib2.0-dev
On Fedora/CentOS/RHEL OS, executing the following command should suffice: