Skip to content

Commit 865ad24

Browse files
committed
doc: add statement about support for dependencies
- 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.
1 parent ef47687 commit 865ad24

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

BUILDING.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,11 @@ Depending on host platform, the selection of toolchains may vary.
7272
* Building native add-ons: Visual Studio 2013 or Visual C++ Build Tools 2015
7373
or newer
7474

75+
### Shared libraries & dependencies
76+
77+
Node.js intends to support building against shared representations of
78+
dependencies found in the [*deps*](./deps/) directory.
79+
7580
## Building Node.js on supported platforms
7681

7782
### Unix / OS X

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ the binary verification command above.
132132
## Building Node.js
133133

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

137137
## Security
138138

0 commit comments

Comments
 (0)