From f04c2850a3a19d032c7d5502716b77015f369b8e Mon Sep 17 00:00:00 2001 From: Theo De Geest Date: Fri, 27 Feb 2026 23:16:28 +0100 Subject: [PATCH] doc: adds installion instructions for ubuntu 24.04 Signed-off-by: Theo De Geest --- examples/rocksdb/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/examples/rocksdb/README.md b/examples/rocksdb/README.md index c6c0240c..9d71d125 100644 --- a/examples/rocksdb/README.md +++ b/examples/rocksdb/README.md @@ -35,6 +35,15 @@ To run the speedup stack example, you need the following dependencies. - LLVM 3.7.1 or newer, compiled with BPF support (default=on) - Clang, built from the same tree as LLVM +```bash +# On Ubuntu 24.04 +sudo apt install libc6-dev-i386 libc6-dev linux-headers-$(uname -r) + +sudo apt install -y zip bison build-essential cmake flex git llvm libedit-dev \ + libllvm18 llvm-18-dev libclang-18-dev python3 zlib1g-dev libelf-dev libfl-dev python3-setuptools \ + liblzma-dev libdebuginfod-dev arping netperf iperf libpolly-18-dev +``` +https://github.com/iovisor/bcc/blob/master/INSTALL.md#ubuntu---source Cloning and compiling the libbpf-tools dependencies. ```