Add Platform Support note: Linux/macOS only, use WSL on Windows

This commit is contained in:
psycep
2026-04-18 08:14:40 -05:00
parent 616dd65d38
commit 2c01188d2d
+9
View File
@@ -27,6 +27,15 @@ or `yum install gcc libpcap-devel` on RHEL/CentOS, or `brew install libpcap` on
The libpcap headers are only needed by the `sniff` and `split` tools - if
libpcap is missing, `install.sh` will skip those two and build the rest.
### Platform Support
Linux and macOS only. Native Windows builds (MSYS2/MINGW64, plain `go build`
on Windows) are **not supported** - `pkg/transport` uses libc's `connect()`
via cgo so that `LD_PRELOAD`-based proxies like proxychains can hook it,
which has no Windows equivalent. On Windows, use
[WSL](https://learn.microsoft.com/windows/wsl/install) and build from inside
the Linux environment.
To uninstall:
```bash
./install.sh --uninstall