From 9ee4310026f2033f87034f9c56f4ed24a9b3c2a4 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Fri, 7 Jun 2019 13:53:39 +0200 Subject: [PATCH] Document toolchain requirement Signed-off-by: Jason A. Donenfeld --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a7e0ff3..44a5233 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,8 @@ AMD64 Release | `amd64\Release\wintun` ARM64 Debug | `arm64\Debug\wintun` ARM64 Release | `arm64\Release\wintun` +Do note that since the `Build` target builds for all supported platforms, you will need to have the toolchains installed for those platforms. + #### Building Microsoft Installer Merge Modules 1. `msbuild wintun.proj /t:DVL;Build`.