From 865ad242cc13fce1d1b8e4b3a140ce99f89e7d0a Mon Sep 17 00:00:00 2001 From: Michael Dawson Date: Mon, 20 Mar 2017 14:43:10 -0400 Subject: [PATCH] doc: add statement about support for dependencies - In the review of https://github.com/nodejs/node/pull/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. --- BUILDING.md | 5 +++++ README.md | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/BUILDING.md b/BUILDING.md index b325972f4b66d9..92a64286db113b 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -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 diff --git a/README.md b/README.md index 5957e5e526c4cd..73b854fb24ad1f 100644 --- a/README.md +++ b/README.md @@ -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