This website works better with JavaScript.
Home
Explore
Help
Sign In
kdxcxs
/
n2n
mirror of
https://github.com/ntop/n2n.git
Watch
1
Star
0
Fork
0
Code
Issues
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
193
Commits
7
Branches
7
Tags
23 MiB
Tree:
96daf3accf
2.4-stable
2.6-stable
2.8-stable
3.0-stable
dependabot/github_actions/dot-github/workflows/actions/download-artifact-4.1.7
dev
master
2.4
2.6
2.8
2.9.1
3.0
3.1.0
3.1.1
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '96daf3accf'
${ noResults }
n2n
/
doc
/
Centos.md
12 lines
104 B
Raw
Normal View
History
Add Centos packaging instructions
6 years ago
# Packaging
```
./autogen.sh
./configure
make
cd packages/rpm
./configure
rpmbuild -bb ./n2n.spec
```