Skip to content

Commit

Permalink
doc: add gyp maintain info
Browse files Browse the repository at this point in the history
  • Loading branch information
gengjiawen committed Mar 16, 2021
1 parent 640fe94 commit 6957099
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/api/n-api.md
Expand Up @@ -162,7 +162,7 @@ the native addon.

[node-gyp][] is a build system based on Google's [GYP][] tool and comes
bundled with npm. GYP, and therefore node-gyp, requires that Python be
installed.
installed. Currently gyp is maintained in [gyp-next][] by @nodejs/gyp team.

Historically, node-gyp has been the tool of choice for building native
addons. It has widespread adoption and documentation. However, some
Expand Down Expand Up @@ -6091,6 +6091,7 @@ the add-on's file name during loading.
[context-aware addons]: addons.md#addons_context_aware_addons
[docs]: https://github.com/nodejs/node-addon-api#api-documentation
[global scope]: globals.md
[gyp-next]: https://github.com/nodejs/gyp-next
[module scope]: modules.md#modules_the_module_scope
[node-gyp]: https://github.com/nodejs/node-gyp
[node-pre-gyp]: https://github.com/mapbox/node-pre-gyp
Expand Down

0 comments on commit 6957099

Please sign in to comment.