diff options
author | alexsifivetw <alex.chiang@sifive.com> | 2023-06-03 16:23:57 -0700 |
---|---|---|
committer | alexsifivetw <alex.chiang@sifive.com> | 2023-06-03 16:23:57 -0700 |
commit | 147bb3eeca7df9755893b3b2b3ba8be4219a0a78 (patch) | |
tree | 680bfda578b017cccc32fa7426fd41e2b018e632 /README.md | |
parent | 4cce1a047ebd03b282a215549964281a5596d947 (diff) | |
download | riscv-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.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 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: |