@@ -116,7 +116,7 @@ To install the built project, use:
116
116
cmake --install build/win32
117
117
```
118
118
119
- > [ !NOTE]
119
+ > [ !NOTE]
120
120
> Replace the folder preset name as needed. This installs the executable project in the specified paths (see next
121
121
> section).
122
122
<!-- markdownlint-disable-line -->
@@ -184,7 +184,7 @@ Replace the folder preset name as needed.
184
184
185
185
## 7. ** Examples**
186
186
187
- 1 . ** Build Zero Hour with Debug Configuration and Tools:**
187
+ ### ** Build Zero Hour with Debug Configuration and Tools:**
188
188
189
189
To build the Zero Hour code along with its tools in debug mode, use the following command:
190
190
@@ -199,7 +199,7 @@ cmake --build build/win32dbg
199
199
cmake --install build/win32dbg
200
200
```
201
201
<!-- markdownlint-disable-next-line -->
202
- 2 . ** Build Only World Builder Tool:**
202
+ ### ** Build Only World Builder Tool:**
203
203
204
204
To build only the World Builder tool for Zero Hour, use the following command:
205
205
@@ -214,7 +214,7 @@ cmake --build build/win32
214
214
cmake --install build/win32 --config Release
215
215
```
216
216
<!-- markdownlint-disable-next-line -->
217
- 3 . ** Complete Build and Installation Process for Generals with Extras and Custom Path:**
217
+ ### ** Build Generals with Extras and Custom Installation Path:**
218
218
219
219
To build the Generals code with additional extras, configure the build for release, and then install the executable to a
220
220
custom directory, you can run the following commands in sequence:
0 commit comments