Skip to content

Commit 1bc3fcb

Browse files
authored
Merge pull request #1 from Trott/patch-1
squash: nits
2 parents df27e59 + 3686894 commit 1bc3fcb

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

BUILDING.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -104,16 +104,14 @@ Prerequisites:
104104
[Git for Windows](http://git-scm.com/download/win) includes Git Bash
105105
and tools which can be included in the global `PATH`.
106106

107-
Please note that vcbuild is a batch file provided with the Node.js source code. If using PowerShell, use local syntax. For example: ./vcbuild nosign
108-
109107
```console
110-
> vcbuild nosign
108+
> .\vcbuild nosign
111109
```
112110

113111
To run the tests:
114112

115113
```console
116-
> vcbuild test
114+
> .\vcbuild test
117115
```
118116

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

173171
```console
174-
> vcbuild full-icu download-all
172+
> .\vcbuild full-icu download-all
175173
```
176174

177175
#### Building without Intl support
@@ -188,7 +186,7 @@ $ ./configure --without-intl
188186
##### Windows:
189187

190188
```console
191-
> vcbuild without-intl
189+
> .\vcbuild without-intl
192190
```
193191

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

233231
```console
234-
> vcbuild full-icu
232+
> .\vcbuild full-icu
235233
```
236234

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

0 commit comments

Comments
 (0)