mirror of
https://github.com/ValdikSS/GoodbyeDPI.git
synced 2026-09-14 11:05:37 +05:00
Fix "MinGW = MinGW-W64" mistake
MinGW and MinGW-W64 are two separate projects.
This commit is contained in:
parent
ee009cf107
commit
d3fcd7fabf
@ -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:
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user