Skip to content

Commit

Permalink
Update MacOS instructions to LLVM 14
Browse files Browse the repository at this point in the history
  • Loading branch information
Akuli committed Jan 8, 2025
1 parent d3409bb commit b1fbd65
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,12 +121,12 @@ $ LLVM_CONFIG=llvm-config-11 make

MacOS support is new. Please create an issue if something doesn't work.

1. Install Git, make and LLVM 13.
1. Install Git, make and LLVM 14.
If you do software development on MacOS, you probably already have Git and make,
because they come with Xcode Command Line Tools.
You can use [brew](https://brew.sh/) to install LLVM 13:
You can use [brew](https://brew.sh/) to install LLVM 14:
```
$ brew install llvm@13
$ brew install llvm@14
```
2. Download and compile Jou.
```
Expand Down

0 comments on commit b1fbd65

Please sign in to comment.