19 lines
294 B
Markdown
19 lines
294 B
Markdown
# Introduction
|
|
|
|
## Requirements
|
|
First, you need to install these packages:
|
|
|
|
```
|
|
apt-get install bpftool clang libbpf-dev gcc-multilib
|
|
```
|
|
|
|
Clone the project and compile it:
|
|
```
|
|
$ git clone https://github.com/libbpf/libbpf/
|
|
cd libbpf/src && make
|
|
```
|
|
|
|
After that, you can execute the program:
|
|
|
|
|