diff options
author | Palmer Dabbelt <palmer@dabbelt.com> | 2017-08-25 17:03:02 -0700 |
---|---|---|
committer | Palmer Dabbelt <palmer@dabbelt.com> | 2017-08-25 17:37:11 -0700 |
commit | 5e9f863cc4884bc165db1a3e7fd272ed85f4d110 (patch) | |
tree | 762aa0306fc17af168dcfe9c09518dd8a1bb3df6 | |
parent | 54d2cf472085403b01419f9686e59525ea5a8d24 (diff) | |
download | riscv-tools-5e9f863cc4884bc165db1a3e7fd272ed85f4d110.zip riscv-tools-5e9f863cc4884bc165db1a3e7fd272ed85f4d110.tar.gz riscv-tools-5e9f863cc4884bc165db1a3e7fd272ed85f4d110.tar.bz2 |
Add some Ubuntu dependencies
-rw-r--r-- | README.md | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -22,8 +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 libusb-1.0-0-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 device-tree-compiler pkg-config Fedora packages needed: |