File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed
XEngine_Source/XEngine_ServiceApp Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,11 @@ window Exection XEngine_WINEnv.bat
3434Linux Exection: sudo ./XEngine_LINEnv.sh -i 3
3535Macos Exection:./XEngine_LINEnv.sh -i 3
3636
37+ #### sub module
38+ Due to the dependent sub-modules, after you checkout the warehouse, execute the following command in the warehouse directory to pull the sub-modules
39+ git submodule init
40+ git submodule update
41+
3742#### Windows
3843use vs open and compile,suport windows 7sp1 and above
3944Just Run it,use XEngine_AuthorizeApp
Original file line number Diff line number Diff line change @@ -34,6 +34,11 @@ window执行XEngine_WINEnv.bat 脚本.
3434Linux执行: sudo ./XEngine_LINEnv.sh -i 3
3535macos执行:./XEngine_LINEnv.sh -i 3
3636
37+ #### sub module
38+ 由于依赖的子模块,在你checkout仓库后,在仓库目录下执行下面的命令拉取子模块
39+ git submodule init
40+ git submodule update
41+
3742#### Windows
3843使用VS打开并且编译,支持WINDOWS 7SP1以上系统
3944直接运行即可,使用XEngine_AuthorizeApp
Original file line number Diff line number Diff line change @@ -6,10 +6,10 @@ RELEASE = 0
66UNICODE = 0
77LOADHDR = -I ./ -I ../XEngine_Depend/XEngine_Module/jsoncpp
88LOADSO = -L ../XEngine_ModuleConfigure -L ../XEngine_ModuleSession -L ../XEngine_ModuleProtocol \
9- -L ../XEngine_Depend/XEngine_Module/jsoncpp
9+ -L ../XEngine_Depend/XEngine_Module/jsoncpp -L ../XEngine_Depend/XEngine_Module/XEngine_InfoReport
1010LIB = -lXEngine_BaseLib -lXEngine_Algorithm -lXEngine_Core -lXEngine_OPenSsl -lXEngine_ManagePool -lXClient_Socket -lXClient_APIHelp -lHelpComponents_XLog -lHelpComponents_Packets -lRfcComponents_ProxyProtocol -lNetHelp_APIHelp -lNetHelp_XSocket \
1111 -lXEngine_ModuleConfigure -lXEngine_ModuleSession -lXEngine_ModuleProtocol \
12- -ljsoncpp
12+ -ljsoncpp -lXEngine_InfoReport
1313LIBEX =
1414OBJECTS = XEngine_Configure.o XEngine_Network.o XEngine_SocksTask.o XEngine_TunnelTask.o XEngine_ForwardTask.o XEngine_ServiceApp.o
1515
You can’t perform that action at this time.
0 commit comments