mirror of
https://github.com/86Box/docs.git
synced 2026-02-21 17:15:33 -07:00
Merge branch 'master' of ssh://github.com/86Box/docs
This commit is contained in:
@@ -152,6 +152,14 @@ macOS (Homebrew)
|
||||
|
||||
$ brew install cmake ninja pkg-config freetype sdl2 libpng openal-soft rtmidi libslirp fluid-synth qt@5
|
||||
|
||||
|
||||
FreeBSD
|
||||
"""""""
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
$ pkg install pkgconf freetype-gl sdl2 libspng openal-soft rtmidi qt5 libslirp fluidsynth
|
||||
|
||||
Building
|
||||
--------
|
||||
|
||||
|
||||
@@ -31,7 +31,7 @@ PCap
|
||||
|
||||
PCap connects directly to one of the host's network adapters. The emulated machine must be configured as if it were a real machine on your network. This is similar to the **Bridge** mode on other emulators and virtualizers.
|
||||
|
||||
This mode requires `Npcap <https://npcap.com/>`_ (or another WinPcap-compatible driver) to be installed on Windows hosts, or the correct permissions to be set for accessing ``pcap`` on Linux or ``bpf`` on macOS hosts. Only **wired Ethernet network connections** are compatible; Wi-Fi and other connections will not work at all, as they do not allow PCap to listen for packets bound to the emulated card's MAC address.
|
||||
On Windows hosts, this mode requires `Npcap <https://npcap.com/>`_ to be installed with **WinPcap API-compatible Mode enabled** (or use another WinPcap-compatible driver), or the correct permissions to be set for accessing ``pcap`` on Linux or ``bpf`` on macOS hosts. **Only wired Ethernet network connections** are compatible; Wi-Fi and other connections will not work at all, as they do not allow PCap to listen for packets bound to the emulated card's MAC address.
|
||||
|
||||
Private PCap network
|
||||
^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
Reference in New Issue
Block a user