Skip to content

Commit

Permalink
doc: add statement about support for dependencies
Browse files Browse the repository at this point in the history
- In the review of nodejs#11872 we
pulled out the discussion of supporting dependencies.  This
PR adds back that statement.
- Update README.md to indicatte BUILDING.md contains the list
of supported platforms.
  • Loading branch information
mhdawson committed Mar 20, 2017
1 parent ef47687 commit 865ad24
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions BUILDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,11 @@ Depending on host platform, the selection of toolchains may vary.
* Building native add-ons: Visual Studio 2013 or Visual C++ Build Tools 2015
or newer

### Shared libraries & dependencies

Node.js intends to support building against shared representations of
dependencies found in the [*deps*](./deps/) directory.

## Building Node.js on supported platforms

### Unix / OS X
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ the binary verification command above.
## Building Node.js

See [BUILDING.md](BUILDING.md) for instructions on how to build
Node.js from source.
Node.js from source along with a list of officially supported platforms.

## Security

Expand Down

0 comments on commit 865ad24

Please sign in to comment.