File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -329,14 +329,15 @@ sudo ./my_project # Run the program
3293291 . ** 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
3353352 . ** 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.
You can’t perform that action at this time.
0 commit comments