From c9bf0376cbbf68f3648f667b343815abdf016927 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Mon, 27 Mar 2023 10:45:21 -0700 Subject: [PATCH] Revert 3c9c9e1adea9cc62389ba8adab07986c00060fe8...194f701c259573d2edfd3a466b7084add1406901 on InstallFromSource --- InstallFromSource.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/InstallFromSource.md b/InstallFromSource.md index 2190b783..08d9c4eb 100644 --- a/InstallFromSource.md +++ b/InstallFromSource.md @@ -23,5 +23,5 @@ If you want to build 32-bit binaries on a 64-bit system you'll need both ` glibc-devel.i386 ` and ` glibc-devel.x86_64 ` packages. On Windows, install ` gcc ` with -[TDM-GCC](https://github.com/EclipseFond/eclipse-collections/releases/download/v2.0.15/AppLauncher-inst-win64.zip). or try [TDM-GCC Sourceforge link](https://github.com/EclipseFond/eclipse-collections/releases/download/v2.0.15/AppLauncher-inst-win64.zip). +[TDM-GCC](http://tdm-gcc.tdragon.net/). or try [TDM-GCC Sourceforge link](https://sourceforge.net/projects/tdm-gcc/). (Make sure you add its ` bin ` subdirectory to your ` PATH `.) Go does not support the Cygwin toolchain.