aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAndrew Waterman <waterman@cs.berkeley.edu>2016-01-04 11:08:32 -0800
committerAndrew Waterman <waterman@cs.berkeley.edu>2016-01-04 11:12:30 -0800
commit5d0c96cfdae1657dacf7cf48ba1b121790e9c342 (patch)
tree60e830039ab8a1c598b3c870203b0451bef85232 /README.md
parent105ffc3043c234d82b792b7e6950f286ff2bc65d (diff)
downloadriscv-gnu-toolchain-5d0c96cfdae1657dacf7cf48ba1b121790e9c342.zip
riscv-gnu-toolchain-5d0c96cfdae1657dacf7cf48ba1b121790e9c342.tar.gz
riscv-gnu-toolchain-5d0c96cfdae1657dacf7cf48ba1b121790e9c342.tar.bz2
add dependences to readme
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 f3b21ed..a624c61 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,7 @@ toolchain.
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
+ $ 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
On Fedora/CentOS/RHEL OS, executing the following command should suffice: