Commit 4924db2
committed
INSTALL.md: add clang and llvm for install build dependence packages
clang and llvm are not default package of Ubuntu. So, add clang and
llvm for install build dependence packages on INSTALL.md file.
I've tested only on Ubuntu 24.04 but add dependence on every versions
You will encounter this error messages without this patch during
following steps.
$ git clone https://github.com/iovisor/bcc.git
$ mkdir bcc/build; cd bcc/build
$ cmake ..
$ cd ../libbpf-tools
$ make profile
... snip ...
BPF profile.bpf.o
/bin/sh: 1: clang: not found
or
BPF profile.bpf.o
/bin/sh: 3: llvm-strip: not found1 parent b63d7e3 commit 4924db2
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
399 | 399 | | |
400 | 400 | | |
401 | 401 | | |
402 | | - | |
| 402 | + | |
403 | 403 | | |
404 | 404 | | |
405 | 405 | | |
| |||
0 commit comments