@@ -18,7 +18,10 @@ For build using solutions and more advanced build configurations, see below.
18
18
- Ensure that the necessary C++ development components, ** including MFC** , are installed.
19
19
20
20
> [ !NOTE]
21
- > You must have the MFC components installed to compile the source code.
21
+ > You must have the MFC components installed to compile the source code. You can find it in Visual Studio Installer.
22
+ >
23
+ > ![ image] ( https://github.com/user-attachments/assets/cdabd4d9-f291-4833-8a63-704654a43780 )
24
+
22
25
<!-- markdownlint-disable-next-line -->
23
26
2 . ** Obtain the Source Code**
24
27
- Clone or download the source code
@@ -39,6 +42,8 @@ For build using solutions and more advanced build configurations, see below.
39
42
- ` Build Windows Internal build ` for an internal build.
40
43
- ` Build Windows Profile build ` for a profile build.
41
44
45
+ ![ image] ( https://github.com/user-attachments/assets/2bc0aa26-3342-4aac-ae5b-6cf91db21214 )
46
+
42
47
> [ !TIP]
43
48
> For more information on the different build configurations, see the [ Build Configurations] ( build_configurations.md )
44
49
page.
47
52
- ` generalsv.exe ` to build the base Generals.
48
53
- ` generalszh.exe ` to build Zero Hour.
49
54
55
+ ![ image] ( https://github.com/user-attachments/assets/37d59b79-77fc-4797-bbab-be385dd654da )
56
+
50
57
- Build the project by clicking on the ` Build ` menu and selecting ` Build ` .
51
58
- The compiled executable will be placed in the build folder. Example: ` build/win32dgb/GeneralsMD/Debug `
52
59
- Install the game executable in the game directory by clicking on the ` Install ` in ` Build ` menu. This will copy the
60
67
- Expand the 'Genzh' project and right-click on the target you want to build.
61
68
- Select 'Build' to compile the target.
62
69
70
+ ![ image] ( https://github.com/user-attachments/assets/adb296b6-ae05-4a23-9aa7-2a9c56b9e8e9 )
71
+
63
72
### Build using command line
64
73
65
74
You need to install [ CMake] ( https://cmake.org/download/ ) and [ Ninja] ( https://github.com/ninja-build/ninja/releases )
0 commit comments