Skip to content

Commit c4f35c2

Browse files
committed
Improve formatting and clarity in MSVC22 build instructions
1 parent f288475 commit c4f35c2

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

SourceCode/Builds/build_with_msvc22.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,18 @@ For build using solutions and more advanced build configurations, see below.
1919

2020
## Steps
2121

22-
### 1. prepare the project
22+
### 1. Prepare the project
2323

2424
- Open the cloned folder in Visual Studio 2022.
25-
- Wait for Visual Studio to generate the necessary cmake files.
25+
- Wait for Visual Studio to generate the necessary CMake files.
2626

2727
### 2. Build the Project
2828

2929
- Select the appropriate build configuration:
30-
- `Build Windows build` for a release build.
31-
- `Build Windows Debug build` for a debug build.
32-
- `Build Windows Internal build` for an internal build.
33-
- `Build Windows Profile build` for a profile build.
30+
- `Build Windows build` for a release build.
31+
- `Build Windows Debug build` for a debug build.
32+
- `Build Windows Internal build` for an internal build.
33+
- `Build Windows Profile build` for a profile build.
3434

3535
>[!TIP]
3636
> For more information on the different build configurations, see the [Build Configurations](build_configurations.md)
@@ -56,13 +56,14 @@ page.
5656

5757
### Build using command line
5858

59-
You need to install cmake and ninja to build the project from the command line.
59+
You need to install [CMake](https://cmake.org/download/) and [Ninja](https://github.com/ninja-build/ninja/releases)
60+
to build the project from the command line.
6061

6162
- In the developer command prompt, open the settings to add the x86 environment terminal.
6263

6364
>[!Tip]
64-
> Alternatively, you can open the x86 Native Tools Command Prompt from the start menu, and navigate to the project
65-
directory in the terminal then run the commands below.
65+
> Alternatively, you can open the "x86 Native Tools Command Prompt for VS 2022" from the start menu,
66+
> and navigate to the project directory in the terminal then run the commands below.
6667
6768
- In the pop-up window, click on the 'Add' and set the following: (assuming default installation path)
6869
- Name: `x86 Native Tools Command Prompt`

0 commit comments

Comments
 (0)