aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.md
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2019-03-08 06:11:19 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2019-03-09 01:13:04 +0100
commit01b953fe3bb4075ae504a09206f8d037ca27e91f (patch)
treef5f998ba1f0591412faed9e83897d560792521e6 /README.md
parentbuild: mirror the less reliable ones (diff)
downloadwireguard-windows-01b953fe3bb4075ae504a09206f8d037ca27e91f.tar.xz
wireguard-windows-01b953fe3bb4075ae504a09206f8d037ca27e91f.zip
build: verify hashes
Diffstat (limited to '')
-rw-r--r--README.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/README.md b/README.md
index 27095489..5425d981 100644
--- a/README.md
+++ b/README.md
@@ -4,11 +4,13 @@ Nothing to see here yet. Come back later.
### Requirements
- - [Wintun](https://git.zx2c4.com/wintun)
+ - [Wintun](https://git.zx2c4.com/wintun) (at runtime)
+ - [Go 1.12](https://golang.org/) (for compilation)
+ - [Mingw](http://www.mingw.org/) (for compilation)
### Building on Windows
-The build script will take care of downloading (without verification) and installing Go 1.12, Mingw, and Patch.
+The build script will take care of downloading, verifying, and extracting the right versions of Go, Mingw, and Patch.
```
C:\Projects> git clone https://git.zx2c4.com/wireguard-windows
@@ -18,7 +20,7 @@ C:\Projects\wireguard-windows> build
### Building on Linux
-You must first have Go 1.12 and Mingw installed.
+You must first have Go and Mingw installed.
```
$ sudo apt install mingw-w64 golang-go