From 4c696ba4bb14dac870f30976d78b30a5db557155 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Wed, 29 May 2019 13:53:49 +0200 Subject: README: document wg(8) building --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 43d11af9..353c392d 100644 --- a/README.md +++ b/README.md @@ -60,3 +60,16 @@ You can deploy the 64-bit build to an SSH host specified by the `DEPLOYMENT_HOST ``` $ make deploy ``` + +### [`wg(8)`](https://git.zx2c4.com/WireGuard/about/src/tools/man/wg.8) Support for Windows + +The command line utility [`wg(8)`](https://git.zx2c4.com/WireGuard/about/src/tools/man/wg.8) works well on Windows. Being a Unix-centric project, it compiles with a Makefile and MingW: + +``` +$ git clone https://git.zx2c4.com/WireGuard +$ cd WireGuard/src/tools +$ PLATFORM=windows make +$ stat wg.exe +``` + +It interacts with WireGuard instances run by the main WireGuard for Windows program. -- cgit v1.2.3-59-g8ed1b