Skip to content

Commit 833950c

Browse files
khei4fujii
authored andcommitted
fix: WinKit to Webkit
declare: WebKit command prompt tweak
1 parent d885641 commit 833950c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/Ports/WindowsPort.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ To compile, run programs and run tests, you need to set some environment variabl
5454
For ease of development, it's recommended to create a batch file to set environment variables and open PowerShell.
5555
Create a batch file with the following content with adjusting it to your PC.
5656
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.
5858

5959
```
6060
@echo off
@@ -95,7 +95,7 @@ You can replace `powershell` with `cmd` or `wt` (Windows Terminal) if you like.
9595

9696
## Building
9797

98-
In the WinKit command prompt, invoke `build-webkit` to start building.
98+
In the WebKit command prompt, invoke `build-webkit` to start building.
9999

100100
```
101101
perl Tools/Scripts/build-webkit --release
@@ -123,7 +123,7 @@ You can run programs under a debugger with [this instruction](../Build & Debug/D
123123
You can use CMake Visual Studio generator instead of Ninja generator.
124124
Install [the LLVM extension](https://learn.microsoft.com/en-us/cpp/build/clang-support-msbuild) of MSBuild.
125125

126-
In the WinKit command prompt,
126+
In the WebKit command prompt,
127127

128128
```
129129
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\
184184
You need openssl.exe in your PATH to run wpt server.
185185
XAMPP contains openssl.exe in C:\xampp\apache\bin directory. Append the directory to your PATH.
186186

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.
188188

189189
Invoke `run-webkit-tests`.
190190

0 commit comments

Comments
 (0)