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
56c24a6a
Commit
56c24a6a
authored
Aug 02, 2016
by
Brenden Blanco
Committed by
GitHub
Aug 02, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #644 from iovisor/dns-update
Update readme with dns name and https for repo server
parents
3069caa0
148c3795
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
+7
-7
INSTALL.md
INSTALL.md
+6
-6
src/lua/README.md
src/lua/README.md
+1
-1
No files found.
INSTALL.md
View file @
56c24a6a
...
...
@@ -39,7 +39,7 @@ Kernel compile flags can usually be checked by looking at `/proc/config.gz` or
Only the nightly packages are built for Ubuntu 16.04, but the steps are very straightforward. No need to upgrade the kernel or compile from source!
```
bash
echo
"deb [trusted=yes] http
://52.8.15.63
/apt/xenial xenial-nightly main"
|
sudo tee
/etc/apt/sources.list.d/iovisor.list
echo
"deb [trusted=yes] http
s://repo.iovisor.org
/apt/xenial xenial-nightly main"
|
sudo tee
/etc/apt/sources.list.d/iovisor.list
sudo
apt-get update
sudo
apt-get
install
bcc-tools
```
...
...
@@ -67,12 +67,12 @@ Update PREFIX to the latest date, and you can browse the files in the PREFIX url
**Signed Packages**
Tagged and signed bcc binary packages are built for Ubuntu Trusty (14.04) and
hosted at http
://52.8.15.63
/apt/.
hosted at http
s://repo.iovisor.org
/apt/.
To install:
```
bash
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
echo
"deb http
s://repo.iovisor.org
/apt trusty main"
|
sudo tee
/etc/apt/sources.list.d/iovisor.list
sudo
apt-get update
sudo
apt-get
install
binutils bcc bcc-tools libbcc-examples python-bcc
```
...
...
@@ -80,7 +80,7 @@ sudo apt-get install binutils bcc bcc-tools libbcc-examples python-bcc
**Nightly Packages**
```
bash
echo
"deb [trusted=yes] http
://52.8.15.63
/apt/trusty trusty-nightly main"
|
sudo tee
/etc/apt/sources.list.d/iovisor.list
echo
"deb [trusted=yes] http
s://repo.iovisor.org
/apt/trusty trusty-nightly main"
|
sudo tee
/etc/apt/sources.list.d/iovisor.list
sudo
apt-get update
sudo
apt-get
install
bcc-tools
```
...
...
@@ -110,11 +110,11 @@ sudo dnf update
```
Nightly bcc binary packages are built for Fedora 23 and 24, hosted at
`http
://52.8.15.63
/yum/nightly/f{23,24}`
.
`http
s://repo.iovisor.org
/yum/nightly/f{23,24}`
.
To install (change 'f23' to 'f24' for rawhide):
```
bash
echo
-e
'[iovisor]\nbaseurl=http
://52.8.15.63
/yum/nightly/f23/$basearch\nenabled=1\ngpgcheck=0'
|
sudo tee
/etc/yum.repos.d/iovisor.repo
echo
-e
'[iovisor]\nbaseurl=http
s://repo.iovisor.org
/yum/nightly/f23/$basearch\nenabled=1\ngpgcheck=0'
|
sudo tee
/etc/yum.repos.d/iovisor.repo
sudo
dnf
install
bcc-tools
```
...
...
src/lua/README.md
View file @
56c24a6a
...
...
@@ -42,7 +42,7 @@ The following instructions assume Ubuntu 14.04 LTS.
```
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
echo "deb http
s://repo.iovisor.org
/apt trusty main" | sudo tee /etc/apt/sources.list.d/iovisor.list
sudo apt-get update
sudo apt-get install libbcc luajit
```
...
...
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