Skip to content

Commit

Permalink
Merge pull request riscv-software-src#216 from atthecodeface/master
Browse files Browse the repository at this point in the history
Modified README.md for OSX to include libusb as a requirement in brew…
  • Loading branch information
Jim Wilson authored Jun 4, 2018
2 parents 40a134c + 6dfb252 commit bc43b4c
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 bc43b4c

Please sign in to comment.