-
Notifications
You must be signed in to change notification settings - Fork 390
please provide a small introduction to GYP #7
Comments
:) thanks for the comment. |
CC our resident GYP experts @TooTallNate @bnoordhuis |
@nikhilm If you have questions, shoot. I'll be happy to help. |
@bnoordhuis Thanks! |
Many. It:
If you have a simple project, the Makefile probably works fine. But when you start doing more complex things, gyp really helps.
If you want your application to build on UNIX and Windows without hassle, I'd recommend using gyp, yes. |
thanks! let's say application X uses a major library that uses, say, CMake. But it also uses libuv. Then gyp or makefile? |
For the purely selfish reason that it's already bundled with node.js and we didn't want to bundle it twice. |
That it's a cross-platform meta-build system for generating msvs, xcode, or make build file. Explain that it's used for generating production Google Chrome builds and therefore rather robust. GYP makes it very easy to include libuv into other GYP projects
The text was updated successfully, but these errors were encountered: