Skip to content

Commit

Permalink
Merge pull request #6080 from roc-lang/macos-x64-dependencies
Browse files Browse the repository at this point in the history
add macos x64 required dependencies
  • Loading branch information
Anton-4 authored Nov 25, 2023
2 parents f6593c2 + 8896fbd commit 668a9d3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions getting_started/macos_x86_64.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ which includes the Roc compiler and some helpful utilities.
cd roc_night<TAB TO AUTOCOMPLETE>
```

1. Install required dependencies:

```sh
brew install z3 zstd
```

1. To be able to run the `roc` command anywhere on your system; add the line below to your shell startup script (.profile, .zshrc, ...):

```sh
Expand Down

0 comments on commit 668a9d3

Please sign in to comment.