File tree Expand file tree Collapse file tree 2 files changed +14
-8
lines changed
Expand file tree Collapse file tree 2 files changed +14
-8
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ feature list:
25258 . supprot speeds contral
26269 . supprot task start and end proxy forwarding
272710 . support p2p
28- 11 . bt(planning)
28+ 11 . bt protocol
292912 . data distributed
303013 . support second pass and Resumable
313114 . support upload and download Redirect
@@ -49,15 +49,18 @@ Macos Exection:./XEngine_LINEnv.sh -i 3
4949
5050#### Windows
5151use 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
5556use 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
5961use 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
6366execute command in XEngine_Source path
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ c c++ file storage service
24248 . 支持传输速率控制
25259 . 支持任务开始结束代理转发
262610 . 支持P2P
27- 11 . BT(规划中)
27+ 11 . BT协议
282812 . 数据分发
292913 . 支持秒传和断点续传
303014 . 支持上传和下载重定向
@@ -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
5455Linux使用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目录下执行命令
You can’t perform that action at this time.
0 commit comments