Skip to content

Commit d104df2

Browse files
committed
add rhel dnf pkg inst instruction
1 parent e6e6a3a commit d104df2

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

next/README.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,17 @@ cd next
1313
To install the system packages (on Ubuntu 24.04) for compiling the binary, run:
1414

1515
```
16-
sudo apt install libbpf-dev libbpf-tools clang llvm libbfd-dev
16+
sudo apt install libbpf-dev libbpf-tools clang llvm libbfd-dev libelf1 libelf-dev zlib1g-dev
1717
```
1818

19+
On RHEL9:
20+
21+
```
22+
sudo dnf install libbpf libbpf-tools clang elfutils-libelf elfutils-libelf-devel zlib-devel
23+
24+
```
25+
26+
1927
To install required libbpf dependencies for the GitHub repo, run:
2028

2129
```

0 commit comments

Comments
 (0)