Skip to content

Commit d970411

Browse files
committed
20220418 readme contents add
1 parent 208e82c commit d970411

File tree

9 files changed

+46
-18
lines changed

9 files changed

+46
-18
lines changed

README.md

Lines changed: 46 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -7,22 +7,52 @@
77
* BClient is a bot client
88
* Client is a console client
99

10-
### Server build
10+
### Prepare project environment
11+
* First, prepare the SQL Server DB
12+
* To start the server, you need to write SQL Server information in /Server/Server/conf/SqlConnection.properties.
13+
* There is table information in /Chat/chatTable.sql. Create it in SQL Server DB in advance
14+
15+
### How to use Jenkins to build this project
16+
* You can make Jenkins pipeline or build job by referring to the contents written in Jenkinsfile.
17+
* You need to download git and msbuild Jenkins plugins on Windows operating system.
18+
* msbuild.exe links to C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\msbuild.exe
19+
20+
### Server build on Visual Studio 2019
1121
* Open the Server project by clicking Server.sln
12-
* Configuration format: application (.exe)
13-
* Windows SDK Version: 10.0.XX
14-
* Platform Toolset: Align with Visual Studio 2019 (v142)
15-
* Server project build
16-
17-
### BClient, Client build
18-
* BClient.sln and Client.sln respectively
19-
* Configuration format: application (.exe)
20-
* Windows SDK Version: 10.0.XX
21-
* Platform Toolset: Align with Visual Studio 2019 (v142)
22-
* Build the project
22+
* In Visual Studio 2019 project configuration properties
23+
24+
```
25+
Configuration format: application (.exe)
26+
27+
Windows SDK Version: 10.0.XX
28+
29+
Platform Toolset: Align with Visual Studio 2019 (v142)
30+
31+
Configuration: Release
32+
33+
Platform: x64
34+
35+
Warning level: level 3 (/W3)
2336
37+
SDL Check: No (/sdl)
38+
```
39+
40+
### BClient, Client build on Visual Studio 2019
41+
* Open BClient.sln and Client.sln respectively
2442
* In Visual Studio 2019 project configuration properties
25-
* Configuration: Release
26-
* Platform: x64
27-
* Warning level: level 3 (/W3)
28-
* SDL Check: Yes (/sdl)
43+
44+
```
45+
Configuration format: application (.exe)
46+
47+
Windows SDK Version: 10.0.XX
48+
49+
Platform Toolset: Align with Visual Studio 2019 (v142)
50+
51+
Configuration: Release
52+
53+
Platform: x64
54+
55+
Warning level: level 3 (/W3)
56+
57+
SDL Check: No (/sdl)
58+
```
-8.22 KB
Binary file not shown.
-408 KB
Binary file not shown.
-5.15 KB
Binary file not shown.

Server/Server/x64/Release/Server.tlog/Server.lastbuildstate

Lines changed: 0 additions & 2 deletions
This file was deleted.
-1.18 KB
Binary file not shown.
-5.72 KB
Binary file not shown.
-13.5 KB
Binary file not shown.
-2.64 KB
Binary file not shown.

0 commit comments

Comments
 (0)