File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed
Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff 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
4343GITEE:https://gitee.com/libxengine/libxengine
4444GITHUB:https://github.com/libxengine/libxengine
4545
@@ -60,7 +60,7 @@ Just Run it,use XEngine_AuthorizeApp
6060if 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
6464Run it on the terminal
6565if you need bt protocol support,you must install bt library: sudo apt install libtorrent-rasterbar-dev -y
6666
Original file line number Diff line number Diff 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文档
4245GITEE:https://gitee.com/libxengine/libxengine
4346GITHUB: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
You can’t perform that action at this time.
0 commit comments