aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAndrew Waterman <waterman@cs.berkeley.edu>2016-01-04 11:12:48 -0800
committerAndrew Waterman <waterman@cs.berkeley.edu>2016-01-04 11:12:48 -0800
commit7398aede08aeb3554971d89843299de17c1f3312 (patch)
treef1593399d868e96a6347781d10414c6c60f69771 /README.md
parent5ba5e483df4a140e77a41f4f9f135f7818e5de04 (diff)
downloadriscv-tools-7398aede08aeb3554971d89843299de17c1f3312.zip
riscv-tools-7398aede08aeb3554971d89843299de17c1f3312.tar.gz
riscv-tools-7398aede08aeb3554971d89843299de17c1f3312.tar.bz2
add dependences to readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index af5d9c7..59e58d4 100644
--- a/README.md
+++ b/README.md
@@ -22,7 +22,7 @@ This repo provides guides and references:
Ubuntu packages needed:
- $ sudo apt-get install autoconf automake autotools-dev curl libmpc-dev libmpfr-dev libgmp-dev gawk build-essential bison flex texinfo gperf
+ $ 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
Note: This requires GCC >= 4.8 for C++11 support (including thread_local).
@@ -191,7 +191,7 @@ flex, bison, autotools, libmpc, libmpfr, and libgmp. Ubuntu distribution
installations will require this command to be run. If you have not installed
these things yet, then run this:
- O$ sudo apt-get install autoconf automake autotools-dev curl libmpc-dev libmpfr-dev libgmp-dev gawk build-essential bison flex texinfo gperf
+ O$ 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
Before we start installation, we need to set the
`$RISCV` environment variable. The variable is used throughout the