Skip to content

Commit e0dae8a

Browse files
committed
update readme
1 parent 32cd2cf commit e0dae8a

File tree

2 files changed

+8
-10
lines changed

2 files changed

+8
-10
lines changed

README.en.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,7 @@ vcpkg integrate install
4949
you can not use vcpkg and config jsoncpp development for youself
5050

5151
##### XEngine
52-
XEngine can be download with mine repository,whe you downloaded xengine,you have to add value to you user environment
53-
- XEngine_Include header file path
54-
- XEngine_Library library file path
52+
download xengine through git.read xengine project readme file to configure your env
5553

5654
#### Linux
5755
Linux use Makefile to complie
@@ -66,7 +64,7 @@ sudo dnf install jsoncpp-devel
6664

6765
##### XEngine Install
6866
you can install xengine env to your system by shell
69-
like this:sudo XEngine_RunEnv.sh -i 3
67+
like this:sudo XEngine_LINEnv.sh -i 3
7068
##### complie
7169
execute command in XEngine_Source path
7270
make complie
@@ -99,7 +97,8 @@ P2P distributed download is the same as the hyper-threaded download of other dow
9997
- XEngine_SQLFile database sql file
10098

10199
## now task
102-
expand management interface
100+
P2P WAN file search and download support
101+
file send use system event
103102

104103
## other problems
105104
You can refer to the document under the docment directory. It contains API protocol and service description.

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,7 @@ vcpkg 需要2021.05.11以上版本
4848
vcpkg 主要为了方便安装jsoncpp,如果你想自己配置jsoncpp的环境,可以不使用vcpkg...
4949

5050
##### XEngine环境
51-
XEngine可以直接下载,下载完毕后添加用户环境变量,需要下面两个
52-
- XEngine_Include 头文件目录地址
53-
- XEngine_Library 库文件目录地址
51+
XEngine通过GIT下载,参考XEngine项目的readme配置环境
5452

5553
#### Linux
5654
Linux使用Makefile编译
@@ -63,7 +61,7 @@ Centos8.x
6361
sudo dnf install jsoncpp-devel
6462

6563
##### XEngine环境
66-
XEngine可以通过脚本文件安装sudo XEngine_RunEnv.sh -i 3
64+
XEngine可以通过脚本文件安装sudo XEngine_LINEnv.sh -i 3
6765
##### 编译命令
6866
在XEngine_Source目录下执行命令
6967
make 编译
@@ -97,7 +95,8 @@ P2P分布式下载已经支持,不过目前只能在局域网中,暂时不支持
9795
P2P分布式下载与其他下载工具的超线程下载一样,原理是使用HTTP RANGE字段实现.各位可以通过libcurl等库实现此功能.
9896

9997
## 当前任务
100-
扩展管理接口
98+
P2P广域网文件查找与下载支持
99+
文件发送使用系统事件
101100

102101
## 其他问题
103102
你可以参考docment目录下的文档.里面包含了API协议和服务说明.

0 commit comments

Comments
 (0)