aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAndrew Waterman <waterman@cs.berkeley.edu>2014-09-12 00:53:19 -0700
committerAndrew Waterman <waterman@cs.berkeley.edu>2014-09-12 00:53:19 -0700
commit9c2a161d24cbbb5c0008873c88ead00f527f1551 (patch)
tree6ee7c26e9d83665c39a9f9198a0b94b92a36c404 /README.md
parentb877c25ccda2eac9725de984dc84513db5fed8e3 (diff)
downloadriscv-tools-9c2a161d24cbbb5c0008873c88ead00f527f1551.zip
riscv-tools-9c2a161d24cbbb5c0008873c88ead00f527f1551.tar.gz
riscv-tools-9c2a161d24cbbb5c0008873c88ead00f527f1551.tar.bz2
Add missing Ubuntu package dependencies to READMEhomebrew
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 13bf5fd..6788d21 100644
--- a/README.md
+++ b/README.md
@@ -21,7 +21,7 @@ Three guides are available for this repo:
Ubuntu packages needed:
- $ sudo apt-get install autoconf automake autotools-dev libmpc-dev libmpfr-dev libgmp-dev gawk build-essential bison flex texinfo
+ $ sudo apt-get install autoconf automake autotools-dev curl libmpc-dev libmpfr-dev libgmp-dev gawk build-essential bison flex texinfo gperf
Note: This requires GCC >= 4.8 for C++11 support (including thread_local).
@@ -190,7 +190,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 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
Before we start installation, we need to set the
`$RISCV` environment variable. The variable is used throughout the
@@ -401,7 +401,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 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
Before we start installation, we need to set the
`$RISCV` environment variable. The variable is used throughout the