Change Windows gcc recommendation from TDM to MSYS2

This commit is contained in:
Chad Retz 2018-06-29 15:34:28 -05:00
parent e74374da52
commit 97366c4e45
1 changed files with 3 additions and 2 deletions

View File

@ -9,8 +9,9 @@
// $GOPATH/src/github.com/cretz/tor-static as if it was fetched with go get. To
// build the needed static libs, follow the README in that project. Once the
// static libs are built, this uses CGO to statically link them here. For
// Windows this means something like http://tdm-gcc.tdragon.net/ needs to be
// present with gcc.exe on the PATH.
// Windows this means something like http://www.msys2.org/ needs to be
// installed with gcc.exe on the PATH (i.e. the same gcc that was used to build
// the static Tor lib).
package embedded
import (