motecshine / cilium-ebpf-standalone

cilium-ebpf-standalone

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Standalone

Init development env for vscode

apt install clang-17 clangd-17
update-alternatives --install /usr/bin/clangd clangd /usr/bin/clangd-17 100
update-alternatives --install /usr/bin/clang clang /usr/bin/clang-17 100
pip3 install compiledb
compiledb --parse make_output.txt
make clean;make VERBOSE=y all &> make_output.txt
make -j$(nproc)

About

cilium-ebpf-standalone

License:Other


Languages

Language:C 97.7%Language:Makefile 1.2%Language:Go 1.0%Language:Shell 0.0%