From ef76a250d6d7ff53b51212bdc3fb6809d10f9332 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=BE=E9=94=A6=E5=B1=B1?= <791770396@qq.com> Date: Wed, 4 Sep 2024 10:38:47 +0000 Subject: [PATCH 1/5] update README.md. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 曾锦山 <791770396@qq.com> --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 62432860a..4a2792ada 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) - -- Gitee From 4c8def7e93c6cce6e23baf9abb75de9cfba90a3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=BE=E9=94=A6=E5=B1=B1?= <791770396@qq.com> Date: Wed, 4 Sep 2024 11:04:50 +0000 Subject: [PATCH 2/5] update README.md. test MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 曾锦山 <791770396@qq.com> --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4a2792ada..2b1c42d50 100644 --- a/README.md +++ b/README.md @@ -850,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 -- Gitee From fe9679a9215dc03fc62c084f192558fdc1d8a59b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=BE=E9=94=A6=E5=B1=B1?= <791770396@qq.com> Date: Sat, 7 Sep 2024 01:02:36 +0000 Subject: [PATCH 3/5] update BUILDING.md. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 曾锦山 <791770396@qq.com> --- BUILDING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/BUILDING.md b/BUILDING.md index 76b673809..8784ecb9f 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. -- Gitee From d950f16a8d6f3a79011c52564a6596a5b46c98e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=BE=E9=94=A6=E5=B1=B1?= <791770396@qq.com> Date: Sat, 7 Sep 2024 01:15:38 +0000 Subject: [PATCH 4/5] update BUILDING.md. test MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 曾锦山 <791770396@qq.com> --- BUILDING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/BUILDING.md b/BUILDING.md index 8784ecb9f..aefd3f155 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -250,6 +250,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 -- Gitee From 2e2cc4b4e67e1e26055a566bfc421dfcabbf1313 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=BE=E9=94=A6=E5=B1=B1?= <791770396@qq.com> Date: Sat, 7 Sep 2024 01:17:38 +0000 Subject: [PATCH 5/5] update BUILDING.md. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 曾锦山 <791770396@qq.com> --- BUILDING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/BUILDING.md b/BUILDING.md index aefd3f155..409fc9db7 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -9,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) -- Gitee