mirror of
https://git.freestone.net/cramer/pcapmirror.git
synced 2025-12-31 03:50:27 +01:00
Debianization
This commit is contained in:
@@ -55,5 +55,14 @@ On Fedora/CentOS/RHEL systems, you can install it using:
|
||||
```bash
|
||||
sudo yum install libpcap-devel
|
||||
```
|
||||
## Build debian package
|
||||
|
||||
If you have never built a debian pakage you probably need debhelper:
|
||||
```bash
|
||||
sudo apt-get install debhelper
|
||||
```
|
||||
|
||||
Then build the package with this command.
|
||||
```bash
|
||||
dpkg-buildpackage -uc -us
|
||||
```
|
||||
Reference in New Issue
Block a user