Skip to content

Commit de668a2

Browse files
committed
fix: update build instructions
1 parent c44f5ba commit de668a2

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

core/Readme.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,7 @@
99
If you are using normal kernel, inside this directory, run:
1010

1111
```
12-
cmake -S . -B build -GNinja -DEPASS_LIBBPF=OFF
13-
make
14-
```
15-
16-
If you are running our custom kernel with custom libbpf, compile with:
17-
18-
```
19-
cmake -S . -B build -GNinja -DEPASS_LIBBPF=ON
12+
cmake -S . -B build -GNinja
2013
make
2114
```
2215

0 commit comments

Comments
 (0)