Skip to content

Commit 19662f1

Browse files
authored
Merge pull request #79 from mrostecki/deps-opensuse
setup_dependencies: Add info about dependencies on openSUSE
2 parents 83304b1 + 65af7c4 commit 19662f1

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

setup_dependencies.org

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,14 @@ or this on Ubuntu:
9696
$ sudo apt install linux-tools-$(uname -r)
9797
#+end_example
9898

99+
** Packages on openSUSE
100+
101+
On a machine running the openSUSE distribution, install the packages:
102+
103+
#+begin_example
104+
$ sudo zypper install clang llvm libelf-devel perf
105+
#+end_example
106+
99107
* Kernel headers dependency
100108

101109
The Linux kernel provides a number of header files, which are usually installed
@@ -127,6 +135,14 @@ On Debian and Ubuntu installations, install the headers like this
127135
$ sudo apt install linux-headers-$(uname -r)
128136
#+end_example
129137

138+
** Packages on openSUSE
139+
140+
On a machine running the openSUSE distribution, install the package:
141+
142+
#+begin_example
143+
$ sudo zypper install kernel-devel
144+
#+end_example
145+
130146

131147
* Recommended tools
132148

@@ -153,3 +169,11 @@ However, note that an unofficial
153169
is provided by Netronome
154170
[[https://help.netronome.com/support/solutions/articles/36000050009-agilio-ebpf-2-0-6-extended-berkeley-packet-filter][on their support website]].
155171
The binary is statically linked, and should work on any x86-64 Linux machine.
172+
173+
** Packages on openSUSE
174+
175+
On a machine running the openSUSE Tumbleweed distribution, install package:
176+
177+
#+begin_example
178+
$ sudo zypper install bpftool
179+
#+end_example

0 commit comments

Comments
 (0)