From 01b953fe3bb4075ae504a09206f8d037ca27e91f Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Fri, 8 Mar 2019 06:11:19 +0100 Subject: build: verify hashes --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'README.md') 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 -- cgit v1.2.3-59-g8ed1b