Skip to content

Commit edfb133

Browse files
committed
update:read me and fix build
1 parent aebaf97 commit edfb133

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

README.en.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ support systems:linux,macos,windows
1919
- XEngine_Token Handle Management module
2020
- XEngine_InfoReport information report module
2121
- XEngine_MSGNotify Message Notify Modules
22+
- XEngine_AIApi AI chat api module
2223
- jsoncpp json module
2324
- tinyxml2 XML module
2425

@@ -32,6 +33,7 @@ support systems:linux,macos,windows
3233
- InfoReport_APPExample information report example
3334
- MSGNotify_APPExample message notify example
3435
- TinyXML2_APPExample xml module example
36+
- AIApi_APPExample ai module example
3537

3638
## install
3739

@@ -53,7 +55,6 @@ use vs open and complie
5355

5456
#### Linux
5557
Linux use Makefile complie
56-
support ubunut22.04 and rockylinux9 and above version
5758

5859
##### Compile Command
5960

@@ -66,7 +67,7 @@ Linux use Makefile to complie,terminal exection,Requires mac 13 and above
6667

6768
##### Compile Command
6869

69-
refer to linux
70+
make PLATFORM=mac
7071

7172
## Use
7273

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
- XEngine_Token 句柄管理模块
2121
- XEngine_InfoReport 信息报告模块
2222
- XEngine_MSGNotify 消息通知模块
23+
- XEngine_AIApi AI对话接口模块
2324
- jsoncpp json模块
2425
- tinyxml2 XML模块
2526

@@ -33,6 +34,7 @@
3334
- InfoReport_APPExample 报告模块例子
3435
- MSGNotify_APPExample 消息通知模块例子
3536
- TinyXML2_APPExample XML模块例子
37+
- AIApi_APPExample AI模块例子
3638

3739
## 安装教程
3840

@@ -54,7 +56,6 @@ macos执行:./XEngine_LINEnv.sh -i 3
5456

5557
#### Linux
5658
Linux使用Makefile编译
57-
支持ubuntu22.04以及rockylinux9以及以上系统版本
5859

5960
###### 编译命令
6061

@@ -66,7 +67,7 @@ make 编译
6667

6768
###### 编译命令
6869

69-
参考Linux
70+
make PLATFORM=mac
7071

7172
## 使用说明
7273

XEngine_Module/XEngine_AIApi/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ FILEEXT =
55
LIBFLAG =
66
LOADHDR = -I ./ -I ../jsoncpp
77
LOADSO = -L ../jsoncpp
8-
LIB = -lXEngine_BaseLib -lXEngine_BaseSafe -lXClient_APIHelp -XEngine_Cryption -ljsoncpp
8+
LIB = -lXEngine_BaseLib -lXEngine_BaseSafe -lXClient_APIHelp -lXEngine_Cryption -ljsoncpp
99
LIBEX =
1010
OBJECTS = AIApi_Chat.o AIApi_Vision.o AIApi_Help.o pch.o
1111

0 commit comments

Comments
 (0)