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
83064b0e
Commit
83064b0e
authored
Jun 26, 2016
by
Brenden Blanco
Committed by
GitHub
Jun 26, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #581 from goldshtn/docs-fixes
Update installation instructions for Fedora
parents
5c815831
e77053c1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
INSTALL.md
INSTALL.md
+4
-3
No files found.
INSTALL.md
View file @
83064b0e
...
@@ -172,7 +172,8 @@ sudo make install
...
@@ -172,7 +172,8 @@ sudo make install
```
```
sudo dnf install -y bison cmake ethtool flex git iperf libstdc++-static \
sudo dnf install -y bison cmake ethtool flex git iperf libstdc++-static \
python-netaddr python-pip gcc gcc-c++ make zlib-devel
python-netaddr python-pip gcc gcc-c++ make zlib-devel \
elfutils-libelf-devel
sudo dnf install -y luajit luajit-devel # for Lua support
sudo dnf install -y luajit luajit-devel # for Lua support
sudo dnf install -y \
sudo dnf install -y \
http://pkgs.repoforge.org/netperf/netperf-2.6.0-1.el6.rf.x86_64.rpm
http://pkgs.repoforge.org/netperf/netperf-2.6.0-1.el6.rf.x86_64.rpm
...
@@ -182,8 +183,8 @@ sudo pip install pyroute2
...
@@ -182,8 +183,8 @@ sudo pip install pyroute2
### Install binary clang
### Install binary clang
```
```
wget http://llvm.org/releases/3.7.
0/clang+llvm-3.7.0
-x86_64-fedora22.tar.xz
wget http://llvm.org/releases/3.7.
1/clang+llvm-3.7.1
-x86_64-fedora22.tar.xz
sudo tar xf clang+llvm-3.7.
0
-x86_64-fedora22.tar.xz -C /usr/local --strip 1
sudo tar xf clang+llvm-3.7.
1
-x86_64-fedora22.tar.xz -C /usr/local --strip 1
```
```
### Install and compile BCC
### Install and compile BCC
...
...
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