Skip to content

Commit

Permalink
[gccjit] update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Lancern authored Oct 28, 2024
1 parent 89dfa15 commit bf8efb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ In general you need the following tools and libraries to build `mlir-gccjit`:
For Ubuntu 24.04 (noble) users:

```bash
apt-get install build-essential cmake ninja-build llvm-18-dev libmlir-18-dev libgccjit-14-dev mlir-18-tools
apt-get install build-essential cmake ninja-build llvm-18-dev llvm-18-tools libmlir-18-dev libgccjit-14-dev mlir-18-tools
```

Additionally, you need the [`lit` tool] to run tests. You can install the tool
Expand Down

0 comments on commit bf8efb7

Please sign in to comment.