@@ -23,32 +23,35 @@ this software support following features
2323
2424## install
2525
26- #### Requirements
27- support system above windows 7sp1 and linux(ubuntu20.04,centos8)
28- XEngine need V7.27 or above
26+ #### XEngine Evn
27+ you must install XEngine,need V7.38 or above,install XEngine can be refer to xengine Readme docment
28+ GITEE:https://gitee.com/xyry/libxengine
29+ GITHUB:https://github.com/libxengine/xengine
30+
31+ ##### fast to deployment
32+ git clone https://gitee.com/xyry/libxengine.git or git clone https://github.com/libxengine/xengine.git
33+ window Exection XEngine_WINEnv.bat
34+ Linux Exection: sudo ./XEngine_LINEnv.sh -i 3
35+ Macos Exection:./XEngine_LINEnv.sh -i 3
2936
3037#### Windows
31- use vs open and complie
32- You need to configure the environment in the following way, otherwise you may need to set the library directory in the project yourself
38+ use vs open and compile,suport windows 7sp1 and above
39+ Just Run it,use XEngine_AuthorizeApp
3340
3441#### Linux
35- Linux use Makefile to complie
36- supproted ubuntu x64 or centos x64
42+ use makefile compile,UBUNTU20.04 x64 or CENTOS8 x64
43+ Run it on the terminal
44+
45+ #### Macos
46+ use makefile compile,mac 12 and above
47+ Run it on the terminal
3748
38- ##### XEngine Install
39- you can install xengine env to your system by shell
40- like this: sudo XEngine_RunEnv.sh -i 3
4149##### complie
4250execute command in XEngine_Source path
4351make complie
4452make FLAGS=InstallAll install
4553make FLAGS=CleanAll clear
4654
47- #### XEngine Env
48- install XEngine can be refer to xengine Readme docment
49- GITEE:https://gitee.com/xyry/libxengine
50- GITHUB:https://github.com/libxengine/xengine
51-
5255#### use
5356
54571 . Switch to the MASTER branch
0 commit comments