|
1 | 1 | [中文](README.md) || [English](README.en.md) |
2 | 2 | # XEngine_MQService |
3 | 3 | This repository has a development and master branch. If you want to use it, please use the master branch |
| 4 | +As long as the repository is not in suspended state, we will maintain and develop it all the time, please use it with confidence |
4 | 5 |
|
5 | 6 | #### Description |
6 | 7 | c c++消息服务 消息中间件 |
@@ -32,32 +33,34 @@ this software support following features |
32 | 33 |
|
33 | 34 | ## install |
34 | 35 |
|
35 | | -#### Requirements |
36 | | -support system above windows 7sp1 and linux(ubuntu20.04,centos8) |
37 | | -XEngine need V7.23 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 |
| 40 | + |
| 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 |
38 | 46 |
|
39 | 47 | #### Windows |
40 | | -use vs open and complie |
41 | | -You need to configure the environment in the following way, otherwise you may need to set the library directory in the project yourself |
| 48 | +use vs open and complie,support windows 7sp1 and above |
| 49 | +Just Run it. |
42 | 50 |
|
43 | 51 | #### Linux |
44 | 52 | Linux use Makefile to complie |
45 | | -supproted ubuntu x64 or centos x64 |
| 53 | +supproted ubuntu x64 or centos x64 |
| 54 | + |
| 55 | +#### MacOS |
| 56 | +Linux use Makefile to complie,terminal exection,Requires mac 12 and above |
46 | 57 |
|
47 | | -##### XEngine Install |
48 | | -you can install xengine env to your system by shell |
49 | | -like this:sudo XEngine_RunEnv.sh -i 3 |
50 | 58 | ##### complie |
51 | 59 | execute command in XEngine_Source path |
52 | 60 | make complie |
53 | 61 | make FLAGS=InstallAll install |
54 | 62 | make FLAGS=CleanAll clear |
55 | 63 |
|
56 | | -#### XEngine Env |
57 | | -install XEngine can be refer to xengine Readme docment |
58 | | -GITEE:https://gitee.com/xyry/libxengine |
59 | | -GITHUB:https://github.com/libxengine/xengine |
60 | | - |
61 | 64 | #### use |
62 | 65 |
|
63 | 66 | 1. Switch to the MASTER branch |
|
0 commit comments