diff options
author | Martin Schoeberl <martin@jopdesign.com> | 2017-06-12 23:50:39 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-12 23:50:39 +0200 |
commit | 63f435d619a7ca23b325dda3b4919e56327345f5 (patch) | |
tree | 149ad48d4d14943d5fdc37b71981e21f9a9732f8 | |
parent | 88dd92a8000aa408c047367e424b8829d0872740 (diff) | |
download | riscv-tools-63f435d619a7ca23b325dda3b4919e56327345f5.zip riscv-tools-63f435d619a7ca23b325dda3b4919e56327345f5.tar.gz riscv-tools-63f435d619a7ca23b325dda3b4919e56327345f5.tar.bz2 |
Add more dependencies for OS X
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |