diff options
author | Palmer Dabbelt <palmer@dabbelt.com> | 2017-11-30 11:07:05 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-30 11:07:05 -0800 |
commit | ccf7c122d500835b5eac1421c20d9e795a5b67aa (patch) | |
tree | 537b3b79e1fdc6941a2106aef68d71d682f36941 | |
parent | 19894ad172e8dc36a515b6753242d7c1382223da (diff) | |
parent | 89bf5c1a874d22ec6e1df6acd7017c5932135c4e (diff) | |
download | riscv-tools-ccf7c122d500835b5eac1421c20d9e795a5b67aa.zip riscv-tools-ccf7c122d500835b5eac1421c20d9e795a5b67aa.tar.gz riscv-tools-ccf7c122d500835b5eac1421c20d9e795a5b67aa.tar.bz2 |
Merge pull request #155 from rossberger/patch-1
Add missing dependency: zlib1g-dev
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |