alejandrox1 / os-engine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:Apache License 2.0


Languages

Language:Go 100.0%