mirror of
https://github.com/ntop/n2n.git
synced 2024-04-21 16:31:34 +00:00
Merge pull request #362 from Logan007/scrPd
consolidated bullet-point styled documents
This commit is contained in:
@@ -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
|
||||
```
|
||||
Reference in New Issue
Block a user