Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
mininet
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Olaf Bergmann
mininet
Commits
6cb05c37
Commit
6cb05c37
authored
11 years ago
by
Jose Pedro Oliveira
Browse files
Options
Downloads
Patches
Plain Diff
Make options -f and -b work in Fedora 19
parent
3d89df13
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
util/install.sh
+11
-3
11 additions, 3 deletions
util/install.sh
with
11 additions
and
3 deletions
util/install.sh
+
11
−
3
View file @
6cb05c37
...
...
@@ -186,8 +186,12 @@ function mn_dev {
function
of
{
echo
"Installing OpenFlow reference implementation..."
cd
$BUILD_DIR
/
$install
git-core autoconf automake autotools-dev pkg-config
\
make gcc libtool libc6-dev
$install
autoconf automake libtool make gcc
if
[
"
$DIST
"
=
"Fedora"
]
;
then
$install
git pkgconfig glibc-devel
else
$install
git-core autotools-dev pkg-config libc6-dev
fi
git clone git://openflowswitch.org/openflow.git
cd
$BUILD_DIR
/openflow
...
...
@@ -537,7 +541,11 @@ function oftest {
function
cbench
{
echo
"Installing cbench..."
$install
libsnmp-dev libpcap-dev libconfig-dev
if
[
"
$DIST
"
=
"Fedora"
]
;
then
$install
net-snmp-devel libpcap-devel libconfig-devel
else
$install
libsnmp-dev libpcap-dev libconfig-dev
fi
cd
$BUILD_DIR
/
git clone git://openflow.org/oflops.git
cd
oflops
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment