diff options
author | Palmer Dabbelt <palmer@dabbelt.com> | 2017-08-10 18:49:37 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-10 18:49:37 -0700 |
commit | 6b587994d698afd51a7b6b56ac9cdf32931c83cf (patch) | |
tree | 24dc65ec01eee0bc8971772bb2c4e4a4d92f2435 | |
parent | c72d200cb5e8a439dc206730d930820e16a50008 (diff) | |
parent | 397e84fee604681957e9ed0a83bef4ad4d8f1e85 (diff) | |
download | riscv-tools-6b587994d698afd51a7b6b56ac9cdf32931c83cf.zip riscv-tools-6b587994d698afd51a7b6b56ac9cdf32931c83cf.tar.gz riscv-tools-6b587994d698afd51a7b6b56ac9cdf32931c83cf.tar.bz2 |
Merge pull request #106 from riscv/lubisb
List libusb-1.0 Ubuntu dependency
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ This repo provides guides and references: Ubuntu packages needed: - $ 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 + $ sudo apt-get install autoconf automake autotools-dev curl device-tree-compiler libmpc-dev libmpfr-dev libgmp-dev libusb-1.0-0-dev gawk build-essential bison flex texinfo gperf libtool patchutils bc zlib1g-dev Fedora packages needed: |