Skip to content

Commit

Permalink
doc: update BUILDING.md
Browse files Browse the repository at this point in the history
Added note about vcbuild being included as batch to clarify
that it's not needed from msbuild tools or visual studio.

PR-URL: nodejs#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]>
  • Loading branch information
rainabba authored and imyller committed Sep 23, 2016
1 parent 66369d0 commit 92c1d96
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions BUILDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,13 +105,13 @@ Prerequisites:
and tools which can be included in the global `PATH`.

```console
> vcbuild nosign
> .\vcbuild nosign
```

To run the tests:

```console
> vcbuild test
> .\vcbuild test
```

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

```console
> vcbuild full-icu download-all
> .\vcbuild full-icu download-all
```

#### Building without Intl support
Expand All @@ -186,7 +186,7 @@ $ ./configure --without-intl
##### Windows:

```console
> vcbuild without-intl
> .\vcbuild without-intl
```

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

```console
> vcbuild full-icu
> .\vcbuild full-icu
```

## Building Node.js with FIPS-compliant OpenSSL
Expand Down

0 comments on commit 92c1d96

Please sign in to comment.