Skip to content

Commit fd70390

Browse files
authored
Merge pull request #4 from jbrandeb/main
kernelscript: add a little detailed instructions
2 parents 079af24 + bf8d47a commit fd70390

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -329,14 +329,15 @@ sudo ./my_project # Run the program
329329
1. **Install system dependencies (Debian/Ubuntu):**
330330
```bash
331331
sudo apt update
332-
sudo apt install libbpf-dev libelf-dev zlib1g-dev
332+
sudo apt install libbpf-dev libelf-dev zlib1g-dev opam bpftool
333333
```
334334

335335
2. **Install KernelScript:**
336336
```bash
337337
git clone https://github.com/multikernel/kernelscript.git
338338
cd kernelscript
339-
opam install . --deps-only
339+
opam init
340+
opam install . --deps-only --with-test
340341
eval $(opam env) && dune build && dune install
341342
```
342343

@@ -403,4 +404,4 @@ limitations under the License.
403404

404405
## Contributing
405406

406-
By contributing to this project, you agree that your contributions will be licensed under the Apache License 2.0.
407+
By contributing to this project, you agree that your contributions will be licensed under the Apache License 2.0.

0 commit comments

Comments
 (0)