Commit 1b176ee4 authored by Ivan Babrou's avatar Ivan Babrou

Install all required packages on ubuntu

parent b51da5e5
......@@ -60,7 +60,7 @@ To install:
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys D4284CDD
echo "deb http://52.8.15.63/apt trusty main" | sudo tee /etc/apt/sources.list.d/iovisor.list
sudo apt-get update
sudo apt-get install libbcc libbcc-examples python-bcc
sudo apt-get install binutils bcc bcc-tools libbcc-examples python-bcc
```
Test it:
......@@ -180,4 +180,3 @@ make
make install
export PATH=$PWD/install/bin:$PATH
```
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment