Skip to content

Commit bd02f89

Browse files
committed
update:readme about bt note
1 parent 3033d1c commit bd02f89

File tree

2 files changed

+14
-8
lines changed

2 files changed

+14
-8
lines changed

README.en.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ feature list:
2525
8. supprot speeds contral
2626
9. supprot task start and end proxy forwarding
2727
10. support p2p
28-
11. bt(planning)
28+
11. bt protocol
2929
12. data distributed
3030
13. support second pass and Resumable
3131
14. support upload and download Redirect
@@ -49,15 +49,18 @@ Macos Exection:./XEngine_LINEnv.sh -i 3
4949

5050
#### Windows
5151
use vs open and compile,suport windows 7sp1 and above
52-
Just Run it,use XEngine_AuthorizeApp
52+
Just Run it,use XEngine_AuthorizeApp
53+
if you need bt protocol support,you must install bt library by vcpkg:./vcpkg.exe install libtorrent
5354

5455
#### Linux
5556
use makefile compile,UBUNTU22.04 x64 or RockyLinux9 x64
56-
Run it on the terminal
57+
Run it on the terminal
58+
if you need bt protocol support,you must install bt library:sudo apt install libtorrent-rasterbar-dev -y
5759

5860
#### Macos
5961
use makefile compile,mac 13 and above
60-
Run it on the terminal
62+
Run it on the terminal
63+
if you need bt protocol support,you must install bt library:brew install libtorrent-rasterbar
6164

6265
##### complie
6366
execute command in XEngine_Source path

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ c c++ file storage service
2424
8. 支持传输速率控制
2525
9. 支持任务开始结束代理转发
2626
10. 支持P2P
27-
11. BT(规划中)
27+
11. BT协议
2828
12. 数据分发
2929
13. 支持秒传和断点续传
3030
14. 支持上传和下载重定向
@@ -48,15 +48,18 @@ macos执行:./XEngine_LINEnv.sh -i 3
4848

4949
#### Windows
5050
使用VS打开并且编译,支持WINDOWS 7SP1以上系统
51-
直接运行即可,使用XEngine_AuthorizeApp
51+
直接运行即可,使用XEngine_AuthorizeApp
52+
如果需要bt协议支持,需要通过vcpkg安装bt支持库:./vcpkg.exe install libtorrent
5253

5354
#### Linux
5455
Linux使用Makefile编译,UBUNTU22.04 x64或者RockyLinux x64
55-
在控制台运行
56+
在控制台运行
57+
如果需要bt协议支持,需要安装bt库,比如,在ubuntu下面安装:sudo apt install libtorrent-rasterbar-dev -y
5658

5759
#### Macos
5860
使用makefile编译,控制台运行,需要mac 13以及以上版本
59-
在控制台运行
61+
在控制台运行
62+
如果需要bt协议支持,需要安装bt库,通过brew安装:brew install libtorrent-rasterbar
6063

6164
##### 编译命令
6265
在XEngine_Source目录下执行命令

0 commit comments

Comments
 (0)