Skip to content

Commit 10ee9d9

Browse files
authored
INSTALL.md: Add build dependencies for Ubuntu 24.04 (iovisor#5199)
Add build dependencies for Ubuntu 24.04
1 parent 6878f24 commit 10ee9d9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

INSTALL.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -397,6 +397,11 @@ sudo apt install -y zip bison build-essential cmake flex git libedit-dev \
397397
libllvm16 llvm-16-dev libclang-16-dev python3 zlib1g-dev libelf-dev libfl-dev python3-setuptools \
398398
liblzma-dev libdebuginfod-dev arping netperf iperf libpolly-16-dev
399399

400+
# For Noble Numbat (24.04)
401+
sudo apt install -y zip bison build-essential cmake flex git libedit-dev \
402+
libllvm18 llvm-18-dev libclang-18-dev python3 zlib1g-dev libelf-dev libfl-dev python3-setuptools \
403+
liblzma-dev libdebuginfod-dev arping netperf iperf libpolly-18-dev
404+
400405
# For other versions
401406
sudo apt-get -y install zip bison build-essential cmake flex git libedit-dev \
402407
libllvm3.7 llvm-3.7-dev libclang-3.7-dev python zlib1g-dev libelf-dev python3-setuptools \

0 commit comments

Comments
 (0)