From 501a1d4f9fd119d2671eab0bcebea2a2758c176c Mon Sep 17 00:00:00 2001 From: Marcos Paulo de Souza Date: Tue, 18 Jun 2024 09:56:12 -0300 Subject: [PATCH] README.md: Add libelf-devel to the dependency list Signed-off-by: Marcos Paulo de Souza --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a3366fd..8306e75 100644 --- a/README.md +++ b/README.md @@ -8,10 +8,10 @@ A tool to extract code content from source files using the clang and LLVM infras clang-extract requires clang, LLVM, libelf, python3-pexpect, python3-psuti, meson and ninja in order to build. -On OpenSUSE, you can install them by running: +On openSUSE, you can install them by running: ``` $ sudo zypper install clang16 clang16-devel libclang-cpp16 \ - clang-tools libLLVM16 llvm16 llvm16-devel meson ninja \ + clang-tools libLLVM16 llvm16 llvm16-devel libelf-devel meson ninja \ python311-psutil python311-pexpect python311-subprocess-tee python311-pytest ``` Older versions of clang and LLVM may also work, but is untested. We currently support