aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Friedenbach <mark@friedenbach.org>2016-07-12 09:54:56 -0400
committerMark Friedenbach <mark@friedenbach.org>2016-07-12 09:54:56 -0400
commit816a2527a0c2181a5d2150b3412399b523afc106 (patch)
tree75b3fca142fa38c690d5969eef10efe13f5b8076
parent938b68df51ac5e794bd06a1db55b55be2620b3de (diff)
downloadriscv-tools-816a2527a0c2181a5d2150b3412399b523afc106.zip
riscv-tools-816a2527a0c2181a5d2150b3412399b523afc106.tar.gz
riscv-tools-816a2527a0c2181a5d2150b3412399b523afc106.tar.bz2
[README] Add wget to the Mac OS X homebrew install instructions, since this tool is not installed by default.
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index cadf942..2ac8e19 100644
--- a/README.md
+++ b/README.md
@@ -30,7 +30,7 @@ To use a compiler different than the default, use:
$ CC=gcc-5 CXX=g++-5 ./build.sh
-_Note for OS X:_ We recommend using [Homebrew](http://brew.sh) to install the dependencies (`gawk gnu-sed gmp mpfr libmpc isl`) or even to install the tools [directly](https://github.com/riscv/homebrew-riscv). This repo will build with Apple's command-line developer tools (clang) in addition to gcc.
+_Note for OS X:_ We recommend using [Homebrew](http://brew.sh) to install the dependencies (`gawk gnu-sed gmp mpfr libmpc isl wget`) or even to install the tools [directly](https://github.com/riscv/homebrew-riscv). This repo will build with Apple's command-line developer tools (clang) in addition to gcc.
# <a name="newlibman"></a>The RISC-V GCC/Newlib Toolchain Installation Manual