You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-10
Original file line number
Diff line number
Diff line change
@@ -16,17 +16,17 @@ Either install the LLVM packages on your system:
16
16
17
17
On macOS, use [pkgsrc](http://pkgsrc.joyent.com/install-on-osx/) and run the following commands:
18
18
```sh
19
-
~$ pkgin in llvm clang
19
+
~$ pkgin in llvm clang ninja-build
20
20
```
21
21
22
22
On CentOS, install the llvm-devel package:
23
23
```sh
24
-
~# dnf install llvm-devel clang
24
+
~# dnf install llvm-devel clang ninja-build
25
25
```
26
26
27
27
On Debian and derivatives, install the llvm-dev package via:
28
28
```sh
29
-
~# apt install llvm-dev clang
29
+
~# apt install llvm-dev clang ninja-build
30
30
```
31
31
32
32
Note: this project uses LLVM 17, so make sure that the package manager is installing it and not some other version. At the time of writing, Ubuntu installs version 14.
@@ -41,11 +41,11 @@ The first step is to compile LLVM on your machine
0 commit comments