aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Waterman <waterman@cs.berkeley.edu>2015-06-07 17:57:48 -0700
committerAndrew Waterman <waterman@cs.berkeley.edu>2015-06-07 17:57:48 -0700
commit8a16e3481018623bc954caeba67e2f532db5f9a9 (patch)
tree0947d730ec5adec348e01da09ec3ec34540d5ac7
parent53cc93c9be8d16fb3916bf31f6af1210ca1684a0 (diff)
downloadriscv-tools-8a16e3481018623bc954caeba67e2f532db5f9a9.zip
riscv-tools-8a16e3481018623bc954caeba67e2f532db5f9a9.tar.gz
riscv-tools-8a16e3481018623bc954caeba67e2f532db5f9a9.tar.bz2
Add libtool to list of Ubuntu dependencies
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 29fcd56..4ae25d8 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 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
Building `riscv-tools` requires GCC >= 4.8 for C++11 support.
@@ -186,7 +186,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
Before we start installation, we need to set the
`$RISCV` environment variable. The variable is used throughout the
@@ -399,7 +399,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
Before we start installation, we need to set the
`$RISCV` environment variable. The variable is used throughout the