From 20a3038d03249a5f0fa36d33325ad914e4821be4 Mon Sep 17 00:00:00 2001 From: Lee Smet Date: Tue, 20 Jan 2026 14:32:13 +0100 Subject: [PATCH] Close #444: Add requirement for wintun.dll on windows Signed-off-by: Lee Smet --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 340f040..5bd5325 100644 --- a/README.md +++ b/README.md @@ -228,6 +228,11 @@ Refer to the README files in those directories for more info. In case a release build is required, the `--release` flag can be added to the cargo command (`cargo build --release`). +### Windows + +On windows, you need to have a copy of [`wintun.dll`](https://www.wintun.net/) +available. + ## Cross compilation For cross compilation, it is advised to use the [`cross`](https://github.com/cross-rs/cross)