ok
This commit is contained in:
parent
c9aca6d434
commit
7af37da8dd
42
README.md
42
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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user