Update README.md
This commit is contained in:
parent
ad3fb55599
commit
49819bed0f
1 changed files with 10 additions and 6 deletions
16
README.md
16
README.md
|
@ -90,13 +90,9 @@ Now reboot the device, and you're good to go.
|
|||
You must install your Linux distribution's `libpcap` and `libnl-3`
|
||||
packages (exact names will vary depending on your distribution).
|
||||
|
||||
On Ubuntu based distros you can install these dependencies with
|
||||
On Debian based distros you can install these dependencies with
|
||||
|
||||
sudo apt install libpcap-dev libnl-3-dev
|
||||
|
||||
On Ubuntu based distros you can install these dependencies with
|
||||
|
||||
sudo apt install libpcap-dev libnl-3-dev
|
||||
sudo apt install libpcap libnl-3
|
||||
|
||||
###### "The program can't start because wpcap.dll is missing" (Windows)
|
||||
|
||||
|
@ -212,6 +208,14 @@ or
|
|||
### Building and installing
|
||||
###### Linux, Mac OS X, BSDs
|
||||
|
||||
On Linux, developer packages for libpcap and libnl must be installed:
|
||||
|
||||
```
|
||||
$ sudo apt install libpcap-dev libnl-3-dev
|
||||
```
|
||||
|
||||
Then, it's as easy as
|
||||
|
||||
```
|
||||
$ make && sudo make install
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue