Skip to content

Commit 989346e

Browse files
committed
update:read me
1 parent 3e73f64 commit 989346e

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

README.en.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ feature list:
3939
## install
4040

4141
#### XEngine Evn
42-
you must install XEngine,need V8.10 or above,install XEngine can be refer to xengine Readme docment
42+
you must install XEngine,need V9.x or above,install XEngine can be refer to xengine Readme docment
4343
GITEE:https://gitee.com/libxengine/libxengine
4444
GITHUB:https://github.com/libxengine/libxengine
4545

@@ -60,7 +60,7 @@ Just Run it,use XEngine_AuthorizeApp
6060
if you need bt protocol support,you must install bt library by vcpkg:./vcpkg.exe install libtorrent
6161

6262
#### Linux
63-
use makefile compile,UBUNTU22.04 x64 or RockyLinux9 x64
63+
use makefile compile,UBUNTU22.04 or above
6464
Run it on the terminal
6565
if you need bt protocol support,you must install bt library:sudo apt install libtorrent-rasterbar-dev -y
6666

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ c c++ file storage service
1111
此服务器更偏向于存储传输与API接口管理,此服务可以用于上传下载的管理,网络文件共享或者软件更新服务.
1212
目前最好的HTTP存储服务,更方便管理,代码更简洁.持续维护中...
1313

14+
## 注意
15+
编译发布版本将只在github上面发布.
16+
1417
## 软件特性
1518
基于libXEngine开发并实现的一套简洁高性能跨平台网络存储服务
1619
软件特性:
@@ -38,7 +41,7 @@ c c++ file storage service
3841
## 安装教程
3942

4043
#### XEngine环境
41-
必须安装XEngine,版本需要V8.10或者以上版本,安装XEngine可以参考其Readme文档
44+
必须安装XEngine,版本需要V9.x或者以上版本,安装XEngine可以参考其Readme文档
4245
GITEE:https://gitee.com/libxengine/libxengine
4346
GITHUB:https://github.com/libxengine/libxengine
4447

@@ -60,7 +63,7 @@ git submodule update
6063
如果需要bt协议支持,需要通过vcpkg安装bt支持库:./vcpkg.exe install libtorrent
6164

6265
#### Linux
63-
Linux使用Makefile编译,UBUNTU22.04 x64或者RockyLinux x64
66+
Linux使用Makefile编译,UBUNTU22.04以上系统
6467
在控制台运行
6568
如果需要bt协议支持,需要安装bt库,比如,在ubuntu下面安装:sudo apt install libtorrent-rasterbar-dev -y
6669

0 commit comments

Comments
 (0)