Skip to content

Commit 4924db2

Browse files
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 found
1 parent b63d7e3 commit 4924db2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

INSTALL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ sudo apt install -y zip bison build-essential cmake flex git libedit-dev \
399399
liblzma-dev libdebuginfod-dev arping netperf iperf libpolly-16-dev
400400

401401
# For Noble Numbat (24.04)
402-
sudo apt install -y zip bison build-essential cmake flex git libedit-dev \
402+
sudo apt install -y zip bison build-essential cmake clang flex git libedit-dev \
403403
libllvm18 llvm-18-dev libclang-18-dev python3 zlib1g-dev libelf-dev libfl-dev python3-setuptools \
404404
liblzma-dev libdebuginfod-dev arping netperf iperf libpolly-18-dev
405405

0 commit comments

Comments
 (0)