mirror of
https://github.com/roc-lang/roc.git
synced 2024-11-10 10:02:38 +03:00
Add step to install llvm
This commit is contained in:
parent
47efb43ded
commit
c9b3e49aee
@ -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),
|
||||
|
Loading…
Reference in New Issue
Block a user