Skip to content

Commit 2f43c2b

Browse files
authoredOct 14, 2024
Update README.md and add compile notice (#137)
1 parent 9cfb6ba commit 2f43c2b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
 

Diff for: ‎README.md

+5
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,11 @@ This project is mainly based on [libbpf](https://github.com/libbpf/libbpf) frame
9999
> - We also provide a small tool called GPTtrace, which uses ChatGPT to automatically write eBPF programs and trace Linux systems through natural language descriptions. This tool allows you to interactively learn eBPF programs: [GPTtrace](https://github.com/eunomia-bpf/GPTtrace)
100100
> - Feel free to raise any questions or issues related to eBPF learning, or bugs encountered in practice, in the issue or discussion section of this repository. We will do our best to help you!
101101
102+
## Install deps and Compile
103+
104+
- For libbpf based: see [src/11-bootstrap](https://github.com/eunomia-bpf/bpf-developer-tutorial/blob/main/src/11-bootstrap/README_en.md)
105+
- For eunomia-bpf based: see [src/1-helloworld](https://github.com/eunomia-bpf/bpf-developer-tutorial/blob/main/src/1-helloworld/README_en.md)
106+
102107
## GitHub Templates: Easily build eBPF projects and development environments, compile and run eBPF programs online with one click
103108

104109
When starting a new eBPF project, are you confused about how to set up the environment and choose a programming language? Don't worry, we have prepared a series of GitHub templates for you to quickly start a brand new eBPF project. Just click the `Use this template` button on GitHub to get started.- <https://github.com/eunomia-bpf/libbpf-starter-template>: eBPF project template based on the C language and libbpf framework

0 commit comments

Comments
 (0)