From a0ca636cfe0f99ef986525a8d6e2ed24614491f1 Mon Sep 17 00:00:00 2001 From: Adrian Stanciu Date: Sat, 6 Apr 2024 18:53:07 +0300 Subject: [PATCH] INSTALL.md: Add Ubuntu 23.10 (Mantic Minotaur) packages --- INSTALL.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/INSTALL.md b/INSTALL.md index e84b8be62b10..d482e71a9435 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -392,6 +392,11 @@ 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 Mantic Minotaur (23.10) +sudo apt install -y zip bison build-essential cmake flex git libedit-dev \ + libllvm16 llvm-16-dev libclang-16-dev python3 zlib1g-dev libelf-dev libfl-dev python3-setuptools \ + liblzma-dev libdebuginfod-dev arping netperf iperf libpolly-16-dev + # For other versions sudo apt-get -y install zip bison build-essential cmake flex git libedit-dev \ libllvm3.7 llvm-3.7-dev libclang-3.7-dev python zlib1g-dev libelf-dev python3-setuptools \