mirror of https://github.com/ntop/n2n.git
Logan007
4 years ago
3 changed files with 20 additions and 15 deletions
@ -0,0 +1,20 @@ |
|||||
|
# n2n's Scratchpad |
||||
|
|
||||
|
## RPM Packaging |
||||
|
|
||||
|
``` |
||||
|
bash |
||||
|
./autogen.sh |
||||
|
./configure |
||||
|
make |
||||
|
|
||||
|
cd packages/rpm |
||||
|
./configure |
||||
|
rpmbuild -bb ./n2n.spec |
||||
|
``` |
||||
|
|
||||
|
## New Features between 2.0.x and 2.1.x |
||||
|
|
||||
|
- Better ming Windows build support. |
||||
|
- Added `-E` flag to allow multicast ethernet traffic. |
||||
|
|
@ -1,4 +0,0 @@ |
|||||
# New Features between 2.0.x and 2.1.x |
|
||||
|
|
||||
- Better ming Windows build support. |
|
||||
- Added `-E` flag to allow multicast ethernet traffic. |
|
@ -1,11 +0,0 @@ |
|||||
# RPM Packaging |
|
||||
|
|
||||
```bash |
|
||||
./autogen.sh |
|
||||
./configure |
|
||||
make |
|
||||
|
|
||||
cd packages/rpm |
|
||||
./configure |
|
||||
rpmbuild -bb ./n2n.spec |
|
||||
``` |
|
Loading…
Reference in new issue