diff options
| author | Paul Buetow <paul@buetow.org> | 2024-02-18 12:55:14 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2024-02-18 12:55:14 +0000 |
| commit | cf95f467a7b382d932c85b516e1b9aae6b73d7f5 (patch) | |
| tree | f8b303013825a958757cd8f70f0d3f8c1c369549 | |
| parent | 9daa75f1dace57db1ddbe8aa46f7b163520f32ae (diff) | |
Fix install instructions for Fedora 39
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -16,7 +16,7 @@ To get this running on Fedora 39, run: mkdir ~/git git clone https://codeberg.org/snonux/ioriotng git clone https://github.com/aquasecurity/libbpfgo -sudo dnf install -y golang clang zlib-static glibc-static libzstd-static +sudo dnf install -y golang clang bpftool elfutils-libelf-devel zlib-static glibc-static libzstd-static cd libbpfgo make make libbpfgo-static @@ -34,7 +34,7 @@ sudo dnf builddep rpmbuild/SPECS/*.spec cd ~/rpmbuild/SPECS rpmbuild -ba *.spec mkdir ~/src -tar -xvjpf ~/rpmbuild/SOURCES/elfutils-*.tar.bz2 +tar -C ~/src -xvjpf ~/rpmbuild/SOURCES/elfutils-*.tar.bz2 cd ~/src/elfutils-* rm -Rf ~/rpmbuild ./configure |
