@@ -54,7 +54,7 @@ To compile, run programs and run tests, you need to set some environment variabl
54
54
For ease of development, it's recommended to create a batch file to set environment variables and open PowerShell.
55
55
Create a batch file with the following content with adjusting it to your PC.
56
56
And put it in the top WebKit source directory.
57
- And double-click it to open PowerShell.
57
+ And double-click it to open PowerShell, we call this opend shell as "WebKit command prompt" hereafter .
58
58
59
59
```
60
60
@echo off
@@ -95,7 +95,7 @@ You can replace `powershell` with `cmd` or `wt` (Windows Terminal) if you like.
95
95
96
96
## Building
97
97
98
- In the WinKit command prompt, invoke ` build-webkit ` to start building.
98
+ In the WebKit command prompt, invoke ` build-webkit ` to start building.
99
99
100
100
```
101
101
perl Tools/Scripts/build-webkit --release
@@ -123,7 +123,7 @@ You can run programs under a debugger with [this instruction](../Build & Debug/D
123
123
You can use CMake Visual Studio generator instead of Ninja generator.
124
124
Install [ the LLVM extension] ( https://learn.microsoft.com/en-us/cpp/build/clang-support-msbuild ) of MSBuild.
125
125
126
- In the WinKit command prompt,
126
+ In the WebKit command prompt,
127
127
128
128
```
129
129
perl Tools/Scripts/build-webkit --release --no-ninja --generate-project-only
@@ -184,7 +184,7 @@ reg add HKEY_CLASSES_ROOT\.py\Shell\ExecCGI\Command /ve /d "\`"C:\Program Files\
184
184
You need openssl.exe in your PATH to run wpt server.
185
185
XAMPP contains openssl.exe in C:\xampp\apache\bin directory. Append the directory to your PATH.
186
186
187
- Open the WinKit command prompt as administrator because http tests need to run Apache service.
187
+ Open the WebKit command prompt as administrator because http tests need to run Apache service.
188
188
189
189
Invoke ` run-webkit-tests ` .
190
190
0 commit comments