Skip to content

Commit 88888e5

Browse files
Update INSTALL.md
1 parent 6e1076c commit 88888e5

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

clang-fe/INSTALL.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,14 @@ First get the dependencies
77

88
On Ubuntu, run `sudo apt-get install llvm-7 libllvm7 clang-7`
99

10+
## Missing Clang `Headers` :
11+
12+
```bash
13+
sudo apt-get install libclang-7-dev
14+
```
15+
1016
Get them at http://clang.llvm.org/get_started.html
1117

1218
Then run `make` while inside the clang-fe directory. This should make an executable named ssa-transform.
1319

14-
You may need to edit the include variables of `make` if llvm-config-7 does not include the clang include directory or produces linker errors.
20+
You may need to edit the include variables of `make` if llvm-config-7 does not include the clang include directory or produces linker errors.

0 commit comments

Comments
 (0)