I wrote a simple patch for topcube to work on both Node 0.4.x and 0.6.x, solving Issue #5. This merely checks which version is in use and swaps between default and Release for the path to launch the topcube executable.
I figure node-gyp support can come when Node 0.8 is nearly ready and node-waf is no longer supported at all.
I wrote a simple patch for topcube to work on both Node 0.4.x and 0.6.x, solving Issue #5. This merely checks which version is in use and swaps between
default
andRelease
for the path to launch the topcube executable.I figure node-gyp support can come when Node 0.8 is nearly ready and node-waf is no longer supported at all.