Skip to content

Commit 92c1d96

Browse files
rainabbaimyller
authored andcommitted
doc: update BUILDING.md
Added note about vcbuild being included as batch to clarify that it's not needed from msbuild tools or visual studio. PR-URL: #8704 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Franziska Hinkelmann <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Ilkka Myller <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent 66369d0 commit 92c1d96

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

BUILDING.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -105,13 +105,13 @@ Prerequisites:
105105
and tools which can be included in the global `PATH`.
106106

107107
```console
108-
> vcbuild nosign
108+
> .\vcbuild nosign
109109
```
110110

111111
To run the tests:
112112

113113
```console
114-
> vcbuild test
114+
> .\vcbuild test
115115
```
116116

117117
To test if Node.js was built correctly:
@@ -169,7 +169,7 @@ $ ./configure --with-intl=full-icu --download=all
169169
##### Windows:
170170

171171
```console
172-
> vcbuild full-icu download-all
172+
> .\vcbuild full-icu download-all
173173
```
174174

175175
#### Building without Intl support
@@ -186,7 +186,7 @@ $ ./configure --without-intl
186186
##### Windows:
187187

188188
```console
189-
> vcbuild without-intl
189+
> .\vcbuild without-intl
190190
```
191191

192192
#### Use existing installed ICU (Unix / OS X only):
@@ -229,7 +229,7 @@ First unpack latest ICU to `deps/icu`
229229
as `deps/icu` (You'll have: `deps/icu/source/...`)
230230

231231
```console
232-
> vcbuild full-icu
232+
> .\vcbuild full-icu
233233
```
234234

235235
## Building Node.js with FIPS-compliant OpenSSL

0 commit comments

Comments
 (0)