Skip to content

Commit b7b65ef

Browse files
committed
update:readme and fixed build error
1 parent 3122eb0 commit b7b65ef

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

README.en.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,11 @@ window Exection XEngine_WINEnv.bat
3434
Linux Exection:sudo ./XEngine_LINEnv.sh -i 3
3535
Macos 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
3843
use vs open and compile,suport windows 7sp1 and above
3944
Just Run it,use XEngine_AuthorizeApp

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,11 @@ window执行XEngine_WINEnv.bat 脚本.
3434
Linux执行:sudo ./XEngine_LINEnv.sh -i 3
3535
macos执行:./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

XEngine_Source/XEngine_ServiceApp/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ RELEASE = 0
66
UNICODE = 0
77
LOADHDR = -I ./ -I ../XEngine_Depend/XEngine_Module/jsoncpp
88
LOADSO = -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
1010
LIB = -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
1313
LIBEX =
1414
OBJECTS = XEngine_Configure.o XEngine_Network.o XEngine_SocksTask.o XEngine_TunnelTask.o XEngine_ForwardTask.o XEngine_ServiceApp.o
1515

0 commit comments

Comments
 (0)