@@ -19,18 +19,18 @@ For build using solutions and more advanced build configurations, see below.
19
19
20
20
## Steps
21
21
22
- ### 1. prepare the project
22
+ ### 1. Prepare the project
23
23
24
24
- 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.
26
26
27
27
### 2. Build the Project
28
28
29
29
- 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.
34
34
35
35
> [ !TIP]
36
36
> For more information on the different build configurations, see the [ Build Configurations] ( build_configurations.md )
@@ -56,13 +56,14 @@ page.
56
56
57
57
### Build using command line
58
58
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.
60
61
61
62
- In the developer command prompt, open the settings to add the x86 environment terminal.
62
63
63
64
> [ !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.
66
67
67
68
- In the pop-up window, click on the 'Add' and set the following: (assuming default installation path)
68
69
- Name: ` x86 Native Tools Command Prompt `
0 commit comments