From a8052c85e907a8e236a25212dc7d779d17cdd0bb Mon Sep 17 00:00:00 2001 From: VishnuVelayuthan <43936294+VishnuVelayuthan@users.noreply.github.com> Date: Tue, 25 Jun 2024 10:43:47 -0700 Subject: [PATCH] Added change to Debian source installation steps to ensure build tools include clang version 13 and zip dependency --- INSTALL.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index d482e71a9435..6041fde0fa41 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -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