diff options
author | Andrew Waterman <waterman@cs.berkeley.edu> | 2014-09-12 00:53:19 -0700 |
---|---|---|
committer | Andrew Waterman <waterman@cs.berkeley.edu> | 2014-09-12 00:53:19 -0700 |
commit | 9c2a161d24cbbb5c0008873c88ead00f527f1551 (patch) | |
tree | 6ee7c26e9d83665c39a9f9198a0b94b92a36c404 | |
parent | b877c25ccda2eac9725de984dc84513db5fed8e3 (diff) | |
download | riscv-tools-9c2a161d24cbbb5c0008873c88ead00f527f1551.zip riscv-tools-9c2a161d24cbbb5c0008873c88ead00f527f1551.tar.gz riscv-tools-9c2a161d24cbbb5c0008873c88ead00f527f1551.tar.bz2 |
Add missing Ubuntu package dependencies to READMEhomebrew
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -21,7 +21,7 @@ Three guides are available for this repo: Ubuntu packages needed: - $ sudo apt-get install autoconf automake autotools-dev libmpc-dev libmpfr-dev libgmp-dev gawk build-essential bison flex texinfo + $ sudo apt-get install autoconf automake autotools-dev curl libmpc-dev libmpfr-dev libgmp-dev gawk build-essential bison flex texinfo gperf Note: This requires GCC >= 4.8 for C++11 support (including thread_local). @@ -190,7 +190,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 libmpc-dev libmpfr-dev libgmp-dev gawk build-essential bison flex texinfo gperf + O$ sudo apt-get install autoconf automake autotools-dev curl libmpc-dev libmpfr-dev libgmp-dev gawk build-essential bison flex texinfo gperf Before we start installation, we need to set the `$RISCV` environment variable. The variable is used throughout the @@ -401,7 +401,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 libmpc-dev libmpfr-dev libgmp-dev gawk build-essential bison flex texinfo gperf + O$ sudo apt-get install autoconf automake autotools-dev curl libmpc-dev libmpfr-dev libgmp-dev gawk build-essential bison flex texinfo gperf Before we start installation, we need to set the `$RISCV` environment variable. The variable is used throughout the |