Skip to content

Instantly share code, notes, and snippets.

@illustris
Last active June 26, 2019 14:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save illustris/e35f30aa5ca9fcdd62fcd407386e3110 to your computer and use it in GitHub Desktop.
Save illustris/e35f30aa5ca9fcdd62fcd407386e3110 to your computer and use it in GitHub Desktop.
pacman -S wget git gawk bridge-utils iproute2 bzip2 make gcc clang patch ocaml bison flex gettext autoconf automake libtool python pciutils glibc python3 libvncserver libx11 libaio python zlib ncurses openssl sdl2 bzip2 e2fsprogs git xz yajl pixman dtc glib2 json-c fuse2 xz multipath-tools bin86 iasl

Install from aur

libcurl-openssl-1.0 uuid checkpolicy

Install bcc

git clone https://github.com/iovisor/bcc.git
mkdir bcc/build; cd bcc/build
cmake .. -DCMAKE_INSTALL_PREFIX=/usr
make
sudo make install

This bit hurts a little

sudo unlink /usr/bin/python
sudo ln -s /usr/bin/python2 /usr/bin/python
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment