Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bcc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
bcc
Commits
3344dc9e
Commit
3344dc9e
authored
8 years ago
by
Brenden Blanco
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #487 from bobrik/ubuntu-install
Install all required packages on ubuntu
parents
b51da5e5
1b176ee4
master
x/pinglat
v0.3.0
v0.2.0
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
INSTALL.md
INSTALL.md
+1
-2
No files found.
INSTALL.md
View file @
3344dc9e
...
...
@@ -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
```
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment