Skip to content

Commit 263782d

Browse files
Add screenshots
1 parent f180f5d commit 263782d

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

SourceCode/Builds/build_with_msvc22.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,10 @@ For build using solutions and more advanced build configurations, see below.
1818
- Ensure that the necessary C++ development components, **including MFC**, are installed.
1919

2020
>[!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+
2225
<!-- markdownlint-disable-next-line -->
2326
2. **Obtain the Source Code**
2427
- Clone or download the source code
@@ -39,6 +42,8 @@ For build using solutions and more advanced build configurations, see below.
3942
- `Build Windows Internal build` for an internal build.
4043
- `Build Windows Profile build` for a profile build.
4144

45+
![image](https://github.com/user-attachments/assets/2bc0aa26-3342-4aac-ae5b-6cf91db21214)
46+
4247
>[!TIP]
4348
> For more information on the different build configurations, see the [Build Configurations](build_configurations.md)
4449
page.
@@ -47,6 +52,8 @@ page.
4752
- `generalsv.exe` to build the base Generals.
4853
- `generalszh.exe` to build Zero Hour.
4954

55+
![image](https://github.com/user-attachments/assets/37d59b79-77fc-4797-bbab-be385dd654da)
56+
5057
- Build the project by clicking on the `Build` menu and selecting `Build`.
5158
- The compiled executable will be placed in the build folder. Example: `build/win32dgb/GeneralsMD/Debug`
5259
- Install the game executable in the game directory by clicking on the `Install` in `Build` menu. This will copy the
@@ -60,6 +67,8 @@ page.
6067
- Expand the 'Genzh' project and right-click on the target you want to build.
6168
- Select 'Build' to compile the target.
6269

70+
![image](https://github.com/user-attachments/assets/adb296b6-ae05-4a23-9aa7-2a9c56b9e8e9)
71+
6372
### Build using command line
6473

6574
You need to install [CMake](https://cmake.org/download/) and [Ninja](https://github.com/ninja-build/ninja/releases)

0 commit comments

Comments
 (0)