Skip to content

Commit

Permalink
test: update README.md
Browse files Browse the repository at this point in the history
A checkout of libbpf is no longer required.
  • Loading branch information
ajwerner committed Jul 18, 2023
1 parent 78ede18 commit 4c90fb9
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions test/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,14 @@ common usage behaviours work on real Linux distros
To run locally all you need is:

1. Rust nightly
2. `libelf`
3. A checkout of [libbpf](https://github.com/libbpf/libbpf)
4. `cargo install bpf-linker`
5. `bpftool`
1. `cargo install bpf-linker`
1. `bpftool`
* TODO(https://github.com/aya-rs/aya/issues/645): Remove this dependency.


### Other OSs

1. A POSIX shell
1. A checkout of [libbpf](https://github.com/libbpf/libbpf)
1. `rustup target add x86_64-unknown-linux-musl`
1. `cargo install bpf-linker`
1. Install `qemu` and `cloud-init-utils` package - or any package that provides `cloud-localds`
Expand Down

0 comments on commit 4c90fb9

Please sign in to comment.