| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 02916ed commit fe0f6a5
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -160,9 +160,9 @@ the native addon. | |||
| 160 | 160 | ||
| 161 | 161 | #### node-gyp | |
| 162 | 162 | ||
| 163 | - [node-gyp][] is a build system based on Google's [GYP][] tool and comes | ||
| 164 | - bundled with npm. GYP, and therefore node-gyp, requires that Python be | ||
| 165 | - installed. | ||
| 163 | + [node-gyp][] is a build system based on the [gyp-next][] fork of | ||
| 164 | + Google's [GYP][] tool and comes bundled with npm. GYP, and therefore node-gyp, | ||
| 165 | + requires that Python be installed. | ||
| 166 | 166 | ||
| 167 | 167 | Historically, node-gyp has been the tool of choice for building native | |
| 168 | 168 | addons. It has widespread adoption and documentation. However, some | |
@@ -6052,6 +6052,7 @@ This API may only be called from the main thread. | |||
| 6052 | 6052 | [context-aware addons]: addons.md#addons_context_aware_addons | |
| 6053 | 6053 | [docs]: https://github.com/nodejs/node-addon-api#api-documentation | |
| 6054 | 6054 | [global scope]: globals.md | |
| 6055 | + [gyp-next]: https://github.com/nodejs/gyp-next | ||
| 6055 | 6056 | [module scope]: modules.md#modules_the_module_scope | |
| 6056 | 6057 | [node-gyp]: https://github.com/nodejs/node-gyp | |
| 6057 | 6058 | [node-pre-gyp]: https://github.com/mapbox/node-pre-gyp | |
| Back | FazBrowse Home | New Git URL |
0 commit comments