Add step to install llvm

This commit is contained in:
David Dunn 2022-09-13 16:27:18 +02:00
parent 47efb43ded
commit c9b3e49aee
No known key found for this signature in database
GPG Key ID: 99F10972153A72B0

View File

@ -20,6 +20,12 @@ which includes the Roc compiler and various helpful utilities.
tar xf roc_nightly-darwin_apple_silicon-<VERSION>
```
1. Install llvm 13:
```sh
brew install llvm@13
```
## How to install Roc platform dependencies
In order to compile Roc apps (either in `examples/` or in your own projects),