summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2024-02-04 10:45:19 +0200
committerPaul Buetow <paul@buetow.org>2024-02-04 10:45:19 +0200
commit86df1706e25d945aad671d3bf9f89f1d057eb616 (patch)
treeb9a86cdb3133c83e7cccec76fbf133dc20b01c8f /README.md
parent6f0b9a473ab8e3fd8ac58724e907809da36b1bd1 (diff)
can compile
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/README.md b/README.md
index 22b954a..e6fe91b 100644
--- a/README.md
+++ b/README.md
@@ -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.