From dd465ade360aeb5016f4378d41dbeec887ec9f01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Serhat=20=C3=96ktem?= Date: Mon, 23 Dec 2024 23:13:09 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 72cd730d..168afd10 100644 --- a/README.md +++ b/README.md @@ -150,11 +150,11 @@ Program, filtreleri ayarlamak ve paketleri kullanıcı alanına yönlendirmek i This project can be build using **GNU Make** and [**mingw**](https://mingw-w64.org). The only dependency is [WinDivert](https://github.com/basil00/Divert). -To build x86 exe run: +x86 exe'yi derlemek için şunu çalıştırın: `make CPREFIX=i686-w64-mingw32- WINDIVERTHEADERS=/path/to/windivert/include WINDIVERTLIBS=/path/to/windivert/x86` -And for x86_64: +x86_64 exe'yi derlemek için şunu çalıştırın: `make CPREFIX=x86_64-w64-mingw32- BIT64=1 WINDIVERTHEADERS=/path/to/windivert/include WINDIVERTLIBS=/path/to/windivert/amd64`