From d3fcd7fabf8de04f06581977a788ed5116be1fcd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9C=D0=B8=D1=85=D0=B0=D0=B8=D0=BB=20=D0=90=D0=B3=D0=B0?= =?UTF-8?q?=D1=80=D0=BA=D0=BE=D0=B2?= Date: Tue, 15 Oct 2024 15:19:30 +0000 Subject: [PATCH] Fix "MinGW = MinGW-W64" mistake MinGW and MinGW-W64 are two separate projects. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2cd333a..741c420 100644 --- a/README.md +++ b/README.md @@ -133,7 +133,7 @@ The program loads WinDivert driver which uses Windows Filtering Platform to set # How to build from source -This project can be build using **GNU Make** and [**mingw**](https://mingw-w64.org). The only dependency is [WinDivert](https://github.com/basil00/Divert). +This project can be build using **GNU Make** and [**MinGW-W64**](https://mingw-w64.org). The only dependency is [WinDivert](https://github.com/basil00/Divert). To build x86 exe run: