aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMartin Schoeberl <martin@jopdesign.com>2017-06-12 23:50:39 +0200
committerGitHub <noreply@github.com>2017-06-12 23:50:39 +0200
commit63f435d619a7ca23b325dda3b4919e56327345f5 (patch)
tree149ad48d4d14943d5fdc37b71981e21f9a9732f8 /README.md
parent88dd92a8000aa408c047367e424b8829d0872740 (diff)
downloadriscv-tools-63f435d619a7ca23b325dda3b4919e56327345f5.zip
riscv-tools-63f435d619a7ca23b325dda3b4919e56327345f5.tar.gz
riscv-tools-63f435d619a7ca23b325dda3b4919e56327345f5.tar.bz2
Add more dependencies for OS X
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 85f7007..a7ab4c1 100644
--- a/README.md
+++ b/README.md
@@ -34,7 +34,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](https://brew.sh) to install the dependencies (`dtc 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.
+_Note for OS X:_ We recommend using [Homebrew](https://brew.sh) to install the dependencies (`dtc gawk gnu-sed gmp mpfr libmpc isl wget automake md5sha1sum`) 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