Skip to content

Commit 96136dc

Browse files
committed
update:readme and docment
1 parent 99b1ae5 commit 96136dc

File tree

5 files changed

+48
-4
lines changed

5 files changed

+48
-4
lines changed

CHANGELOG

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,47 @@
1+
XEngine_APIService V3.1.0.1001
2+
3+
增加:为opencv和qr增加自定义编译开关
4+
增加:p2xp用户离开和万维网ip地址获取,心跳协议支持
5+
修改:自动启动仅仅运行在管理员模式下
6+
修改:用户验证配置为子级别了
7+
修改:当禁用守护进程的时候会停止进程
8+
修改:屏幕录像现在可以设置设备名称了
9+
修改:当图像处理失败会回复消息
10+
修改:图像处理错误方法
11+
修改:所有配置文件被指定到主配置中了
12+
修改:配置重载支持opencc,qr,deamon了
13+
修改:p2xp协议的connect字段不在作为key使用
14+
修正:qr码识别不支持linux的问题
15+
修正:日志配置没有作用的问题
16+
修正:p2p的delete和心跳不争取的问题
17+
修正:图像设置http参数解析不正确的问题
18+
修正:图像的宽高参数解析错误
19+
修正:windows隐藏窗口不正确的问题
20+
删除:没有使用的p2p协议代码
21+
删除:p2p的获取用户信息协议和链接协议
22+
删除:没有使用的内存代码
23+
24+
added:custom build switch for opencv and qr
25+
added:p2p delete client and wan address get and heartbeat supported
26+
modify:Autostart only run with administrator privileges
27+
modify:user ver configure node level
28+
modify:stop process when disable deamon process
29+
modify:screen record can be set device name
30+
modify:reply message when process failed for image
31+
modify:image process error way
32+
modify:All configuration files are specified by the master configuration
33+
modify:configure reload supports opencc and qr and deamon now
34+
modify:p2xp does not use connect address as a key.
35+
fixed:qr not support linux platform
36+
fixed:log configure does not work
37+
fixed:delete and heart p2xp not work
38+
fixed:image set http parament parse is incorrent
39+
fixed:image width and heigth parament is incorrent
40+
fixed:hide window is incorrent for windows
41+
delete:unused p2p protocol code
42+
delete:get user info and connect for p2p client
43+
delete:not used memory code for deamon
44+
======================================================================================
145
XEngine_APIService V3.0.0.1001
246

347
增加:系统API函数模块

README.en.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ MYSQL database version 8.0 or above is required. Create a table through CreateDa
6969
Modify the database configuration in XSQL in the configuration file to your
7070

7171
#### Windows
72-
need to vcpkg configure third-part env.refer vcpkg install guide.after installed and execution:vcpkg.exe install lua:x84-windows lua:x64-windows opencc:x84-windows opencc:x64-windows opencv[contrib]:x84-windows libqrencode:x84-windows opencv[contrib]:x64-windows libqrencode:x64-windows
72+
need to vcpkg configure third-part env.refer vcpkg install guide.after installed and execution:vcpkg.exe install lua:x86-windows opencc:x86-windows opencv[contrib]:x86-windows libqrencode:x86-windows lua:x64-windows opencc:x64-windows opencv[contrib]:x64-windows libqrencode:x64-windows
7373
use vs open and compile,suport windows 7sp1 and above
7474
Just Run it
7575

@@ -80,7 +80,7 @@ use makefile compile,UBUNTU22.04 x64 or RockyLinux 9 x64
8080
Run it on the terminal
8181

8282
#### Macos
83-
install opencc:brew install opencc
83+
install opencc:brew install opencc opencc opencv qrencode
8484
use makefile compile,mac 13 and above
8585
Run it on the terminal
8686

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ macos执行:./XEngine_LINEnv.sh -i 3
6868
修改配置文件里面XSQL里面的数据库配置为你的
6969

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

@@ -79,7 +79,7 @@ Linux使用Makefile编译,UBUNTU22.04 x64或者RockyLinux 9 x64
7979
在控制台运行
8080

8181
#### Macos
82-
安装opencc,执行命令:brew install lua opencc
82+
安装opencc,执行命令:brew install lua opencc opencv qrencode
8383
使用makefile编译,控制台运行,需要mac 13以及以上版本
8484
在控制台运行
8585

XEngine_Docment/Docment_en.docx

2.25 KB
Binary file not shown.

XEngine_Docment/Docment_zh.docx

2.18 KB
Binary file not shown.

0 commit comments

Comments
 (0)