File tree Expand file tree Collapse file tree 4 files changed +36
-20
lines changed
Expand file tree Collapse file tree 4 files changed +36
-20
lines changed Original file line number Diff line number Diff line change @@ -33,20 +33,28 @@ feature list:
3333
3434## install
3535
36- #### Requirements
37- support system above windows 7sp1 and linux(ubuntu20.04,centos8)
38- XEngine need V7.24 or above
36+ #### XEngine Evn
37+ you must install XEngine,need V7.38 or above,install XEngine can be refer to xengine Readme docment
38+ GITEE:https://gitee.com/xyry/libxengine
39+ GITHUB:https://github.com/libxengine/xengine
3940
40- #### Windows
41- use vs open and complie
42- You need to configure the environment in the following way, otherwise you may need to set the library directory in the project yourself
41+ ##### fast to deployment
42+ git clone https://gitee.com/xyry/libxengine.git or git clone https://github.com/libxengine/xengine.git
43+ window Exection XEngine_WINEnv.bat
44+ Linux Exection: sudo ./XEngine_LINEnv.sh -i 3
45+ Macos Exection:./XEngine_LINEnv.sh -i 3
4346
44- ##### XEngine
45- download xengine through git.read xengine project readme file to configure your env
47+ #### Windows
48+ use vs open and compile,suport windows 7sp1 and above
49+ Just Run it,use XEngine_AuthorizeApp
4650
4751#### Linux
48- Linux use Makefile to complie
49- supproted ubuntu x64 or centos x64
52+ use makefile compile,UBUNTU20.04 x64 or CENTOS8 x64
53+ Run it on the terminal
54+
55+ #### Macos
56+ use makefile compile,mac 12 and above
57+ Run it on the terminal
5058
5159##### complie
5260execute command in XEngine_Source path
Original file line number Diff line number Diff line change @@ -32,20 +32,28 @@ c c++ file storage service
3232
3333## 安装教程
3434
35- #### 版本需求
36- 支持WINDOWS 7SP1和LINUX(UBUNT20.04,CENTOS8)以上系统
37- XEngine版本需要V7.24或者以上版本
35+ #### XEngine环境
36+ 必须安装XEngine,版本需要V7.38或者以上版本,安装XEngine可以参考其Readme文档
37+ GITEE:https://gitee.com/xyry/libxengine
38+ GITHUB:https://github.com/libxengine/xengine
3839
39- #### Windows
40- 使用VS打开并且编译
41- 你需要按照下面的方式配置环境,不然你可能需要自己在项目中设置库目录
40+ ###### 快速部署
41+ git clone https://gitee.com/xyry/libxengine.git 或者 git clone https://github.com/libxengine/xengine.git
42+ window执行XEngine_WINEnv.bat 脚本.
43+ Linux执行: sudo ./XEngine_LINEnv.sh -i 3
44+ macos执行:./XEngine_LINEnv.sh -i 3
4245
43- ##### XEngine环境
44- XEngine通过GIT下载,参考XEngine项目的readme配置环境
46+ #### Windows
47+ 使用VS打开并且编译,支持WINDOWS 7SP1以上系统
48+ 直接运行即可,使用XEngine_AuthorizeApp
4549
4650#### Linux
47- Linux使用Makefile编译
48- UBUNTU20.04 x64或者CENTOS8 x64均可
51+ Linux使用Makefile编译,UBUNTU20.04 x64或者CENTOS8 x64
52+ 在控制台运行
53+
54+ #### Macos
55+ 使用makefile编译,控制台运行,需要mac 12以及以上版本
56+ 在控制台运行
4957
5058##### 编译命令
5159在XEngine_Source目录下执行命令
You can’t perform that action at this time.
0 commit comments