aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGavin Stark <gjstark@me.com>2018-06-03 17:55:56 +0100
committerGavin Stark <gjstark@me.com>2018-06-03 17:55:56 +0100
commit6dfb2524aa8d0a6208c338109f164ddeefd3a664 (patch)
treeecf67b868295e3d18fa596cbd546a7f5f3ee2758 /README.md
parent40a134cb8505361d1f4cadc1f8fe201bfc40b420 (diff)
downloadriscv-tools-6dfb2524aa8d0a6208c338109f164ddeefd3a664.zip
riscv-tools-6dfb2524aa8d0a6208c338109f164ddeefd3a664.tar.gz
riscv-tools-6dfb2524aa8d0a6208c338109f164ddeefd3a664.tar.bz2
Modified README.md for OSX to include libusb as a requirement in brew, since openocd is now built
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 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