From 63f435d619a7ca23b325dda3b4919e56327345f5 Mon Sep 17 00:00:00 2001 From: Martin Schoeberl Date: Mon, 12 Jun 2017 23:50:39 +0200 Subject: Add more dependencies for OS X --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. # The RISC-V GCC/Newlib Toolchain Installation Manual -- cgit v1.1