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 ca17926
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 @@ -5987,6 +5987,7 @@ the add-on's file name during loading.
[GCC]: https://gcc.gnu.org
[GYP]: https://gyp.gsrc.io
[GitHub releases]: https://help.github.com/en/github/administering-a-repository/about-releases
[gyp-next]: https://github.com/nodejs/gyp-next
[LLVM]: https://llvm.org
[Native Abstractions for Node.js]: https://github.com/nodejs/nan
[Object lifetime management]: #n_api_object_lifetime_management
Expand Down

0 comments on commit ca17926

Please sign in to comment.