aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Wilson <jimw@sifive.com>2018-06-04 10:13:22 -0700
committerGitHub <noreply@github.com>2018-06-04 10:13:22 -0700
commitbc43b4c882f733927e4441786b0dd5186090f192 (patch)
treeecf67b868295e3d18fa596cbd546a7f5f3ee2758
parent40a134cb8505361d1f4cadc1f8fe201bfc40b420 (diff)
parent6dfb2524aa8d0a6208c338109f164ddeefd3a664 (diff)
downloadriscv-tools-bc43b4c882f733927e4441786b0dd5186090f192.zip
riscv-tools-bc43b4c882f733927e4441786b0dd5186090f192.tar.gz
riscv-tools-bc43b4c882f733927e4441786b0dd5186090f192.tar.bz2
Merge pull request #216 from atthecodeface/master
Modified README.md for OSX to include libusb as a requirement in brew…
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 3977114..2a530f7 100644
--- a/README.md
+++ b/README.md
@@ -33,7 +33,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 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.
+_Note for OS X:_ We recommend using [Homebrew](https://brew.sh) to install the dependencies (`libusb 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