aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2019-06-07 13:53:39 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2019-06-07 13:53:44 +0200
commit9ee4310026f2033f87034f9c56f4ed24a9b3c2a4 (patch)
tree5854157089b78505ef95b4755ca33c998cfe5a6c /README.md
parentReorder source code (diff)
downloadwintun-9ee4310026f2033f87034f9c56f4ed24a9b3c2a4.tar.xz
wintun-9ee4310026f2033f87034f9c56f4ed24a9b3c2a4.zip
Document toolchain requirement
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
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`.