Skip to content

Commit 6ed533b

Browse files
committed
update:ci build
1 parent 82bd330 commit 6ed533b

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/msbuild.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,15 +51,15 @@ jobs:
5151
run: |
5252
cd vcpkg
5353
./bootstrap-vcpkg.bat
54-
./vcpkg.exe install lua:x86-windows opencv[contrib]:x86-windows libqrencode:x86-windows
54+
./vcpkg.exe install lua:x86-windows opencv[contrib,freetype]:x86-windows libqrencode:x86-windows leptonica:x86-windows
5555
./vcpkg.exe integrate install
5656
shell: pwsh
5757
- name: vcpkg install (x64)
5858
if: matrix.platform == 'x64'
5959
run: |
6060
cd vcpkg
6161
./bootstrap-vcpkg.bat
62-
./vcpkg.exe install lua:x64-windows opencv[contrib]:x64-windows libqrencode:x64-windows
62+
./vcpkg.exe install lua:x64-windows opencv[contrib,freetype]:x64-windows libqrencode:x64-windows leptonica:x64-windows
6363
./vcpkg.exe integrate install
6464
shell: pwsh
6565
- name: vcpkg install (ARM64)
@@ -69,7 +69,7 @@ jobs:
6969
./bootstrap-vcpkg.bat
7070
./vcpkg.exe install lua:Arm64-windows
7171
./vcpkg.exe integrate install
72-
# ./vcpkg.exe install lua:Arm64-windows opencv[contrib]:Arm64-windows libqrencode:Arm64-windows Windows的opencv 有问题
72+
# ./vcpkg.exe install lua:Arm64-windows opencv[contrib,freetype]:Arm64-windows libqrencode:Arm64-windows Windows的opencv 有问题
7373
7474
cd ..
7575
$filePath = "XEngine_Source/XEngine_BuildSwitch.h"

README.en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Modify the database configuration in XSQL in the configuration file to your
8484
The default configuration does not enable database support. If the database interface is required, you need to enable the database yourself
8585

8686
#### Windows
87-
need to vcpkg configure third-part env.refer vcpkg install guide.after installed and execution:vcpkg.exe install lua:x86-windows opencv[contrib,freetype]:x86-windows libqrencode:x86-windows lua:x64-windows opencv[contrib,freetype]:x64-windows libqrencode:x64-windows
87+
need to vcpkg configure third-part env.refer vcpkg install guide.after installed and execution:vcpkg.exe install lua:x86-windows opencv[contrib,freetype]:x86-windows libqrencode:x86-windows leptonica:x86-windows lua:x64-windows opencv[contrib,freetype]:x64-windows libqrencode:x64-windows leptonica:x64-windows
8888
use vs open and compile,suport windows 7sp1 and above
8989
Just Run it
9090

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ git clone https://gitee.com/xengine/XEngine_IPMacData.git XEngine_Source/XEngine
9696
git clone https://gitee.com/xengine/XEngine_PhoneData.git XEngine_Source/XEngine_DependLibrary/XEngine_PhoneData
9797

9898
#### Windows
99-
需要vcpkg配置第三方环境,具体参考vcpkg安装方式,安装好后执行:vcpkg.exe install lua:x86-windows opencv[contrib,freetype]:x86-windows libqrencode:x86-windows lua:x64-windows opencv[contrib,freetype]:x64-windows libqrencode:x64-windows
99+
需要vcpkg配置第三方环境,具体参考vcpkg安装方式,安装好后执行:vcpkg.exe install lua:x86-windows opencv[contrib,freetype]:x86-windows libqrencode:x86-windows leptonica:x86-windows lua:x64-windows opencv[contrib,freetype]:x64-windows libqrencode:x64-windows leptonica:x64-windows
100100
使用VS打开并且编译,支持WINDOWS 7SP1以上系统
101101
直接运行即可
102102

0 commit comments

Comments
 (0)