diff options
| author | Paul Buetow <paul@buetow.org> | 2024-02-04 10:45:19 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2024-02-04 10:45:19 +0200 |
| commit | 86df1706e25d945aad671d3bf9f89f1d057eb616 (patch) | |
| tree | b9a86cdb3133c83e7cccec76fbf133dc20b01c8f /README.md | |
| parent | 6f0b9a473ab8e3fd8ac58724e907809da36b1bd1 (diff) | |
can compile
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -9,7 +9,13 @@ Maybe a spiritual successor of one of my previous projects, I/O Riot https://cod To get this running on Fedora 39, run: ```shell -sudo dnf install zlib-static glibc-static libzstd-static +mkdir ~/git +git clone https://codeberg.org/snonux/ioriotng +git clone https://github.com/aquasecurity/libbpfgo +sudo dnf install -y zlib-static glibc-static libzstd-static +cd libbpfgo +make +make libbpfgo-static ``` Need libelf static, which isn't in any repos. So we need to compile it ourselves. |
