diff options
author | Tommy Thorn <tommy-github2@thorn.ws> | 2017-05-24 12:42:31 -0700 |
---|---|---|
committer | Andrew Waterman <aswaterman@gmail.com> | 2017-05-24 14:08:46 -0700 |
commit | d4448d3345b6496c69d0b2b99d7fefd366feaf4e (patch) | |
tree | 908882b03eac160ae02dafc152faea185ef9feda | |
parent | a76698fa2452d4bc163667945654083ce51525ad (diff) | |
download | riscv-tools-d4448d3345b6496c69d0b2b99d7fefd366feaf4e.zip riscv-tools-d4448d3345b6496c69d0b2b99d7fefd366feaf4e.tar.gz riscv-tools-d4448d3345b6496c69d0b2b99d7fefd366feaf4e.tar.bz2 |
Fedora packages needed
Note, this might not be a complete or even minimal list, but
it's a start and might take out a tiny bit of frustration.
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -25,6 +25,10 @@ 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 +Fedora packages needed: + + $ sudo dnf install autoconf automake @development-tools curl dtc libmpc-devel mpfr-devel gmp-devel gawk build-essential bison flex texinfo gperf libtool patchutils bc zlib-devel + _Note:_ This requires a compiler with C++11 support (e.g. GCC >= 4.8). To use a compiler different than the default, use: |