Skip to content

Commit

Permalink
Added change to Debian source installation steps to ensure build tool…
Browse files Browse the repository at this point in the history
…s include clang version 13 and zip dependency
  • Loading branch information
VishnuVelayuthan authored Jun 25, 2024
1 parent 4578cd9 commit a8052c8
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -345,11 +345,12 @@ deb-src http://deb.debian.org/debian sid main contrib non-free
apt-get update
# According to https://packages.debian.org/source/sid/bpfcc,
# BCC build dependencies:
sudo apt-get install arping bison clang-format cmake dh-python \
dpkg-dev pkg-kde-tools ethtool flex inetutils-ping iperf \
libbpf-dev libclang-dev libclang-cpp-dev libedit-dev libelf-dev \
libfl-dev libzip-dev linux-libc-dev llvm-dev libluajit-5.1-dev \
luajit python3-netaddr python3-pyroute2 python3-setuptools python3
sudo apt-get install arping bison clang-format-13 cmake dh-python \
dpkg-dev pkg-kde-tools ethtool flex inetutils-ping iperf \
libbpf-dev libclang-dev libclang-cpp13-dev libedit-dev libelf-dev \
libfl-dev libzip-dev linux-libc-dev llvm-13 libluajit-5.1-dev \
luajit python3-netaddr python3-pyroute2 python3-setuptools python3 zip
# Must ensure using clang version 13
```
#### Install and compile BCC
Expand Down

0 comments on commit a8052c8

Please sign in to comment.