Skip to content

Commit

Permalink
Merge pull request iovisor#487 from bobrik/ubuntu-install
Browse files Browse the repository at this point in the history
Install all required packages on ubuntu
  • Loading branch information
drzaeus77 committed Apr 17, 2016
2 parents b51da5e + 1b176ee commit 3344dc9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ To install:
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys D4284CDD
echo "deb http:https://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:
Expand Down Expand Up @@ -180,4 +180,3 @@ make
make install
export PATH=$PWD/install/bin:$PATH
```

0 comments on commit 3344dc9

Please sign in to comment.