aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRené Fonseca <rene.m.fonseca@gmail.com>2020-01-28 23:32:15 +0100
committerRené Fonseca <rene.m.fonseca@gmail.com>2020-01-28 23:32:15 +0100
commitfebd9a574622b446a270f3ad6d40bbe586505966 (patch)
tree99f1eb527dd8e79f78d9163e99a0814a59b7e2ca /README.md
parent54d9e8de18aeed835dde2b33597a506d1fd90c54 (diff)
downloadriscv-gnu-toolchain-febd9a574622b446a270f3ad6d40bbe586505966.zip
riscv-gnu-toolchain-febd9a574622b446a270f3ad6d40bbe586505966.tar.gz
riscv-gnu-toolchain-febd9a574622b446a270f3ad6d40bbe586505966.tar.bz2
Added python3 to Ubuntu prerequisites.
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 9de9e0b..cd8e8cb 100644
--- a/README.md
+++ b/README.md
@@ -26,7 +26,7 @@ Alternatively :
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 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
On Fedora/CentOS/RHEL OS, executing the following command should suffice: