File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed
Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff 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+ > . \ v cbuild nosign
111109```
112110
113111To run the tests:
114112
115113``` console
116- > vcbuild test
114+ > . \ v cbuild test
117115```
118116
119117To 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+ > . \ v cbuild 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+ > . \ v cbuild without-intl
192190```
193191
194192#### Use existing installed ICU (Unix / OS X only):
@@ -231,7 +229,7 @@ First unpack latest ICU to `deps/icu`
231229as ` deps/icu ` (You'll have: ` deps/icu/source/... ` )
232230
233231``` console
234- > vcbuild full-icu
232+ > . \ v cbuild full-icu
235233```
236234
237235## Building Node.js with FIPS-compliant OpenSSL
You can’t perform that action at this time.
0 commit comments