/os-engine

Primary LanguageGoApache License 2.0Apache-2.0

os-engine

Arch Linux

sudo pacman -Sy llvm clang linux-headers
git clone https://github.com/iovisor/bcc.git
mkdir bcc/build; cd bcc/build
cmake .. -DCMAKE_INSTALL_PREFIX=/usr
make
sudo make install