diff --git a/BUILDING.md b/BUILDING.md index 76b6738097bdc1a548dbfa6597662f7848b39786..409fc9db7fe3e4b3c11512581148bf93c4feea10 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -1,5 +1,6 @@ # Building Node.js + Depending on what platform or features you need, the build process may differ. After you've built a binary, running the test suite to confirm that the binary works as intended is a good next step. @@ -8,6 +9,8 @@ If you can reproduce a test failure, search for it in the [Node.js issue tracker](https://github.com/nodejs/node/issues) or file a new issue. + + ## Table of contents * [Supported platforms](#supported-platforms) @@ -249,6 +252,7 @@ installed, you can find them under the menu `Xcode -> Open Developer Tool -> More Developer Tools...`. This step will install `clang`, `clang++`, and `make`. + #### Building Node.js If the path to your build directory contains a space, the build will likely diff --git a/README.md b/README.md index 62432860a15041d9ac6c7217aad5fd584f53cc1d..2b1c42d50e77c10bd726efb790c4f8e09d976401 100644 --- a/README.md +++ b/README.md @@ -299,6 +299,12 @@ For information about the governance of the Node.js project, see **Chemi Atlow** <> (he/him) * [Ayase-252](https://github.com/Ayase-252) - **Qingyu Deng** <> + + +\ + + + * [bengl](https://github.com/bengl) - **Bryan English** <> (he/him) * [benjamingr](https://github.com/benjamingr) - @@ -844,6 +850,8 @@ releases on a rotation basis as outlined in the ## License + + Node.js is available under the [MIT license](https://opensource.org/licenses/MIT). Node.js also includes external libraries that are available under a variety of licenses. See