Pergunta

Can node-gyp by used to generate non Node.js addon projects?

For instance, I'd like to use node-gyp to generate a typical "Hello, World!" C++ project. Can I do this, and how would I go about it? I'm finding the stock python GYP documentation to lack in examples and description of what I'm looking for.

Foi útil?

Solução

Yes, it can generate regular projects. It does it quite naturally and very nice, actually.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top