Merge pull request #362 from Logan007/scrPd

consolidated bullet-point styled documents
This commit is contained in:
Luca Deri
2020-08-16 10:36:50 +02:00
committed by GitHub
3 changed files with 20 additions and 15 deletions
+20
View File
@@ -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.
-4
View File
@@ -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.
-11
View File
@@ -1,11 +0,0 @@
# RPM Packaging
```bash
./autogen.sh
./configure
make
cd packages/rpm
./configure
rpmbuild -bb ./n2n.spec
```