From 7af37da8dd5812761913af60f345f73323cd9e61 Mon Sep 17 00:00:00 2001 From: Admin Date: Mon, 19 Jan 2026 18:06:58 +0200 Subject: [PATCH] ok --- README.md | 42 +++++++++++++++++++++++------------------- 1 file changed, 23 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index bd6ae7c..171f691 100644 --- a/README.md +++ b/README.md @@ -4,44 +4,48 @@ git clone this ### run: -configure -opensource -confirm-license -platform win32-g++ -nomake tests -nomake examples +```patch -p1 < qt5base-winxp-v5.patch``` + +```patch -p1 < qtspeech-winxp.patch``` + +```patch -p1 < qtwinextras-winxp.patch``` + +```patch -p1 < rtti-option.patch``` + +#### if msvc build (ew): + +```patch -p1 < static-link.patch``` + +```patch -p1 < subsystem-version.patch``` ### then run: -patch -p1 < qt5base-winxp-v5.patch +#### if normal build: +```configure -opensource -confirm-license -platform win32-g++ -nomake tests -nomake examples -opengl desktop -no-avx -no-avx2 -no-avx512``` -patch -p1 < qtspeech-winxp.patch - -patch -p1 < qtwinextras-winxp.patch - -patch -p1 < rtti-option.patch - -### msvc build (ew): - -patch -p1 < static-link.patch - -patch -p1 < subsystem-version.patch +#### if static build: +```configure -opensource -confirm-license -platform win32-g++ -nomake tests -nomake examples -opengl desktop -no-avx -no-avx2 -no-avx512 -static``` ### after that, run -mingw32-make -j4 +```mingw32-make -j4``` --j4 +## -j4 is the number of threads btw so change it if u got more than 4, my poor i5 650 does not. ### or, if msvc (ew) -nmake -j4 +```nmake -j4``` ### after that, -mingw32-make install +```mingw32-make install``` #### or -nmake install +```nmake install``` # and ur done wooho @@ -49,7 +53,7 @@ nmake install ##### if mingw: -mingw32 +mingw32 from https://wiki.qt.io/MinGW, i used https://sourceforge.net/projects/mingw-w64/files/Toolchains%20targetting%20Win32/Personal%20Builds/mingw-builds/8.1.0/threads-posix/dwarf/i686-8.1.0-release-posix-dwarf-rt_v6-rev0.7z/download cmake 3.22 x86