Fix: 2021-06-05

This commit is contained in:
horsicq 2021-06-05 11:36:57 +02:00
commit 871788d193
2 changed files with 4 additions and 4 deletions

View file

@ -119,7 +119,7 @@ Install Qt 5.15.2: https://github.com/horsicq/build_tools
Clone project: git clone --recursive https://github.com/horsicq/DIE-engine.git
Edit build_mac.sh ( check QT_PATH variable)
Edit build_mac.sh ( check QMAKE_PATH variable)
Run build script: bash -x build_mac.sh
@ -134,7 +134,7 @@ Install 7-Zip: https://github.com/horsicq/build_tools
Clone project: git clone --recursive https://github.com/horsicq/DIE-engine.git
Edit build_winxp.bat ( check VS_PATH, SEVENZIP_PATH, QT_PATH variables)
Edit build_winxp.bat ( check VSVARS_PATH, SEVENZIP_PATH, QMAKE_PATH variables)
Run build_winxp.bat
@ -149,9 +149,9 @@ Install 7-Zip: https://github.com/horsicq/build_tools
Clone project: git clone --recursive https://github.com/horsicq/DIE-engine.git
Edit build_win32.bat ( check VS_PATH, SEVENZIP_PATH, QT_PATH variables)
Edit build_win32.bat ( check VSVARS_PATH, SEVENZIP_PATH, QMAKE_PATH variables)
Edit build_win64.bat ( check VS_PATH, SEVENZIP_PATH, QT_PATH variables)
Edit build_win64.bat ( check VSVARS_PATH, SEVENZIP_PATH, QMAKE_PATH variables)
Run build_win32.bat

Binary file not shown.

Before

Width:  |  Height:  |  Size: 61 KiB

After

Width:  |  Height:  |  Size: 63 KiB

Before After
Before After