From 151772a2c6212415cfd3b5a2d603d73af0ab2a59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Paj=C4=85k?= Date: Sun, 11 Oct 2020 09:28:43 +0200 Subject: [PATCH] FAQ: Add info about tdm-gcc for Windows --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4aa67b0..48cc11d 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,8 @@ You can also use the `docker` make target to run the build using a docker contai ### How can I use Make on Windows -Use [WSL (Windows Subsystem for Linux)](https://docs.microsoft.com/en-us/windows/wsl/install-win10) or try [Make Windows port](https://gist.github.com/evanwill/0207876c3243bbb6863e65ec5dc3f058). +Use [WSL (Windows Subsystem for Linux)](https://docs.microsoft.com/en-us/windows/wsl/install-win10). +Alternatively install [tdm-gcc](https://jmeubank.github.io/tdm-gcc/) and [Make Windows port](https://gist.github.com/evanwill/0207876c3243bbb6863e65ec5dc3f058). ### How can I create a Docker image, deb/rpm/snap package, Homebrew Tap, Scoop App Manifest etc.