From 86df1706e25d945aad671d3bf9f89f1d057eb616 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 4 Feb 2024 10:45:19 +0200 Subject: can compile --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'README.md') 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. -- cgit v1.2.3