doc: add gyp maintain info
PR-URL: https://github.com/nodejs/node/pull/37765 Reviewed-By: Ujjwal Sharma <ryzokuken@disroot.org> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Mary Marchini <oss@mmarchini.me> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
This commit is contained in:
parent
55f0955864
commit
a2fdef0e28
@ -160,9 +160,9 @@ the native addon.
|
|||||||
|
|
||||||
#### node-gyp
|
#### node-gyp
|
||||||
|
|
||||||
[node-gyp][] is a build system based on Google's [GYP][] tool and comes
|
[node-gyp][] is a build system based on the [gyp-next][] fork of
|
||||||
bundled with npm. GYP, and therefore node-gyp, requires that Python be
|
Google's [GYP][] tool and comes bundled with npm. GYP, and therefore node-gyp,
|
||||||
installed.
|
requires that Python be installed.
|
||||||
|
|
||||||
Historically, node-gyp has been the tool of choice for building native
|
Historically, node-gyp has been the tool of choice for building native
|
||||||
addons. It has widespread adoption and documentation. However, some
|
addons. It has widespread adoption and documentation. However, some
|
||||||
@ -6091,6 +6091,7 @@ the add-on's file name during loading.
|
|||||||
[context-aware addons]: addons.md#addons_context_aware_addons
|
[context-aware addons]: addons.md#addons_context_aware_addons
|
||||||
[docs]: https://github.com/nodejs/node-addon-api#api-documentation
|
[docs]: https://github.com/nodejs/node-addon-api#api-documentation
|
||||||
[global scope]: globals.md
|
[global scope]: globals.md
|
||||||
|
[gyp-next]: https://github.com/nodejs/gyp-next
|
||||||
[module scope]: modules.md#modules_the_module_scope
|
[module scope]: modules.md#modules_the_module_scope
|
||||||
[node-gyp]: https://github.com/nodejs/node-gyp
|
[node-gyp]: https://github.com/nodejs/node-gyp
|
||||||
[node-pre-gyp]: https://github.com/mapbox/node-pre-gyp
|
[node-pre-gyp]: https://github.com/mapbox/node-pre-gyp
|
||||||
|
Loading…
x
Reference in New Issue
Block a user