Setting up MacOS for CS 2810

Install Homebrew

Homebrew is a command line tool for MacOS for installing open source software. If you do not already have it, install it here:

Install LLVM with RISC-V cross-compiler support

Now install the llvm suite of tools with these two commands:

brew install lld llvm
brew link --force llvm