[Pkg-javascript-devel] where do I begin? I want to package many node module dependencies for an application

Jérémy Lal kapouer at melix.org
Fri Jun 27 20:39:40 UTC 2014


Le vendredi 27 juin 2014 à 21:28 +0200, Emilien Klein a écrit :
> 2014-06-27 17:34 GMT+02:00 Andrew Kelley <superjoe30 at gmail.com>:
> > On Fri, Jun 27, 2014 at 12:35 AM, Emilien Klein <emilien+debian at klein.st>
> > wrote:

> > 2. How does one package up modules that contain C++ code?
> >
> > For me these are:
> > https://npmjs.org/package/ws
> > https://npmjs.org/package/leveldown
> > https://npmjs.org/package/groove
> 
> Do these packages have a Makefile, or some building recipe? If it's
> using one of the popular tools, the package helpers should be able to
> take care of the building process for you.

Usually c++ node modules use node-gyp, see packages build-depending on
node-gyp to find out about it (reverse-depends -b node-gyp).

Jérémy.





More information about the Pkg-javascript-devel mailing list