Skip to content

Commit

Permalink
Modified README.md for OSX to include libusb as a requirement in brew…
Browse files Browse the repository at this point in the history
…, since openocd is now built
  • Loading branch information
Gavin Stark committed Jun 3, 2018
1 parent 40a134c commit 6dfb252
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 6dfb252

Please sign in to comment.