aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Olson <matthew.olson@intel.com>2023-10-04 10:52:48 -0500
committerHengqi Chen <chenhengqi@outlook.com>2023-10-06 07:33:11 +0800
commitec981a5d583d5dadd812387b622d48fb2aaa6f17 (patch)
treee7b518141ed1c579f32f5a713fabbacd82fba2c8
parente6775c49ff1eb13a541a9c68c9edb586e909ce34 (diff)
downloadbcc-ec981a5d583d5dadd812387b622d48fb2aaa6f17.tar.gz
Adding needed packages for Ubuntu 23.04
-rw-r--r--INSTALL.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/INSTALL.md b/INSTALL.md
index cd3cfba3..85694365 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -399,6 +399,11 @@ sudo apt install -y zip bison build-essential cmake flex git libedit-dev \
sudo apt install -y zip bison build-essential cmake flex git libedit-dev \
libllvm14 llvm-14-dev libclang-14-dev python3 zlib1g-dev libelf-dev libfl-dev python3-setuptools \
liblzma-dev libdebuginfod-dev arping netperf iperf
+
+# For Lunar Lobster (23.04)
+sudo apt install -y zip bison build-essential cmake flex git libedit-dev \
+ libllvm15 llvm-15-dev libclang-15-dev python3 zlib1g-dev libelf-dev libfl-dev python3-setuptools \
+ liblzma-dev libdebuginfod-dev arping netperf iperf libpolly-15-dev
# For other versions
sudo apt-get -y install zip bison build-essential cmake flex git libedit-dev \