Skip to content

Commit 65377f3

Browse files
committed
update:readme and docment
1 parent 7c67988 commit 65377f3

File tree

5 files changed

+12
-10
lines changed

5 files changed

+12
-10
lines changed

README.en.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ c c++ 存储服务 c c++ 文件存储服务
88
c c++ file storage service
99
This is an api gateway for uploading and downloading.
1010
The service is for users who have business needs for upload and download services (such as developers who need to upload and download servers).
11-
This server is more inclined to storestorage transfer and API Manage interface
11+
This server is more inclined to storestorage transfer and API Manage interface,the service can be used upload and download management and network file shared and software update service.
1212
best storage service for http,batter than nginx and more convenient to manage,more concise code. On going maintenance
1313

1414
## Software feature
@@ -36,7 +36,7 @@ feature list:
3636
## install
3737

3838
#### XEngine Evn
39-
you must install XEngine,need V7.38 or above,install XEngine can be refer to xengine Readme docment
39+
you must install XEngine,need V8.10 or above,install XEngine can be refer to xengine Readme docment
4040
GITEE:https://gitee.com/xyry/libxengine
4141
GITHUB:https://github.com/libxengine/xengine
4242

@@ -51,11 +51,11 @@ use vs open and compile,suport windows 7sp1 and above
5151
Just Run it,use XEngine_AuthorizeApp
5252

5353
#### Linux
54-
use makefile compile,UBUNTU20.04 x64 or CENTOS8 x64
54+
use makefile compile,UBUNTU22.04 x64 or RockyLinux9 x64
5555
Run it on the terminal
5656

5757
#### Macos
58-
use makefile compile,mac 12 and above
58+
use makefile compile,mac 13 and above
5959
Run it on the terminal
6060

6161
##### complie
@@ -86,7 +86,7 @@ P2P distributed download is the same as the hyper-threaded download of other dow
8686
- XEngine_Docment docment directory
8787
- XEngine_Release install directory
8888
- XEngine_Source code directory
89-
- XEngine_APPClient client code dir
89+
- XEngine_APPClient client code dir(APPClient_UPDate is software update example of client)
9090
- XEngine_SQLFile database sql file
9191

9292
## Example

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ c c++ 存储服务 c c++ 文件存储服务
88
c c++ file storage service
99
这是一个上传下载服务API网关,不是文件同步服务,也不是云存储.
1010
这个服务的主要目的是为了给有上传下载服务业务需求的用户使用(比如需要开发上传下载服务的开发人员).
11-
此服务器更偏向于存储传输与API接口管理.
11+
此服务器更偏向于存储传输与API接口管理,此服务可以用于上传下载的管理,网络文件共享或者软件更新服务.
1212
目前最好的HTTP存储服务,比NGINX更优秀,更方便管理,代码更简洁.持续维护中...
1313

1414
## 软件特性
@@ -35,7 +35,7 @@ c c++ file storage service
3535
## 安装教程
3636

3737
#### XEngine环境
38-
必须安装XEngine,版本需要V7.38或者以上版本,安装XEngine可以参考其Readme文档
38+
必须安装XEngine,版本需要V8.10或者以上版本,安装XEngine可以参考其Readme文档
3939
GITEE:https://gitee.com/xyry/libxengine
4040
GITHUB:https://github.com/libxengine/xengine
4141

@@ -50,11 +50,11 @@ macos执行:./XEngine_LINEnv.sh -i 3
5050
直接运行即可,使用XEngine_AuthorizeApp
5151

5252
#### Linux
53-
Linux使用Makefile编译,UBUNTU20.04 x64或者CENTOS8 x64
53+
Linux使用Makefile编译,UBUNTU22.04 x64或者RockyLinux x64
5454
在控制台运行
5555

5656
#### Macos
57-
使用makefile编译,控制台运行,需要mac 12以及以上版本
57+
使用makefile编译,控制台运行,需要mac 13以及以上版本
5858
在控制台运行
5959

6060
##### 编译命令
@@ -76,7 +76,7 @@ make FLAGS=CleanAll 清理编译
7676
- XEngine_Docment 文档目录结构
7777
- XEngine_Release 安装目录结构
7878
- XEngine_Source 源代目录结构
79-
- XEngine_APPClient 客户端演示代码
79+
- XEngine_APPClient 客户端演示代码(APPClient_UPDate为软件更新演示客户端)
8080
- XEngine_SQLFile 数据库脚本文件
8181

8282
## 示例

XEngine_APPClient/APPClient_UPDate/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# APPClient_UPDate
22
此例子演示了如何使用软件更新程序
3+
此软件更新代码支持更新列表,更新说明,文件同步,更新完毕执行指定操作(删除,执行)
34
This example demonstrates how to use the software updater
5+
the software update code support update list,update note,After the update is complete, perform the specified operation(delete,execution)
46

57

68
## APPClient_UPMaker

XEngine_Docment/Docment_en.docx

203 Bytes
Binary file not shown.

XEngine_Docment/Docment_zh.docx

85 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)