aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorrossberger <32044844+rossberger@users.noreply.github.com>2017-11-30 10:58:46 -0800
committerGitHub <noreply@github.com>2017-11-30 10:58:46 -0800
commit89bf5c1a874d22ec6e1df6acd7017c5932135c4e (patch)
tree537b3b79e1fdc6941a2106aef68d71d682f36941 /README.md
parent19894ad172e8dc36a515b6753242d7c1382223da (diff)
downloadriscv-tools-89bf5c1a874d22ec6e1df6acd7017c5932135c4e.zip
riscv-tools-89bf5c1a874d22ec6e1df6acd7017c5932135c4e.tar.gz
riscv-tools-89bf5c1a874d22ec6e1df6acd7017c5932135c4e.tar.bz2
Add missing dependency: zlib1g-dev
zlib1g-dev is listed in the quick start section, but not in this location. If you skip the quick start and only install the packages listed in the "Obtaining and Compiling the Sources" section, ./build.sh will fail due to missing zlib (on systems that don't have this library already -- my fresh Ubuntu 16.04 vmware install did not).
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 76b3550..1477bcb 100644
--- a/README.md
+++ b/README.md
@@ -193,7 +193,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 device-tree-compiler libmpc-dev libmpfr-dev libgmp-dev gawk build-essential bison flex texinfo gperf libtool patchutils bc
+ O$ sudo apt-get install autoconf automake autotools-dev curl device-tree-compiler libmpc-dev libmpfr-dev libgmp-dev gawk build-essential bison flex texinfo gperf libtool patchutils bc zlib1g-dev
Before we start installation, we need to set the
`$RISCV` environment variable. The variable is used throughout the