NodeOS / nodeos-cross-toolchain

5 stars 6 forks source link

Port to node-gyp #1

Closed piranna closed 8 years ago

piranna commented 9 years ago

Change the build mechanism so it can be handled by node-gyp as a dependency, and later by node-pre-gyp:

luii commented 8 years ago

@piranna Is this outdated otherwise i want to do this. I have not so much experience with gyp but im curious to do this

piranna commented 8 years ago

Yes, this is outdated, it is better to left build process in bash so it can be used for other systems and not only for Node.js, in fact I'm thinking about creatibg a build engine that use the tradicional make scheme. On the other hand, it's currently being used prebuild-install to distribute prebuild binaries.