baudehlo / node-fs-ext

Extras missing from node's fs module
MIT License
101 stars 45 forks source link

Use node-gyp instead of node-waf #17

Closed evanp closed 11 years ago

evanp commented 11 years ago

This uses node-gyp instead of node-waf in the package.json

baudehlo commented 11 years ago

Is that the only change required? I thought it would be more complicated than that...

evanp commented 11 years ago

Yeah, I think that's it, but since I don't have a successful build yet, maybe try it out yourself...?

pengyver commented 11 years ago

I've build fs-ext successfully by adding a "binding.gyp" in the npm version, created from the wscript one. But i have a segfault when my project is launched.

baudehlo commented 11 years ago

Closing this as it's now fixed.