nguyer / node-kinect

Kinect in Node
181 stars 34 forks source link

Generalized freenect library location #13

Closed dj-foxxy closed 9 years ago

dj-foxxy commented 9 years ago

Hi, thanks for wrapping freenect.

I had to change binding.gyp to make it compile on my Arch Linux box. I've not used GYP much, but I think I've generalized the location of the freenect library and it type (e.g., .so or .a).

Apparently gcc searches /usr/local/lib/ and /usr/lib/ by default for libraries so I'd guess it still compiles on your OSX box.

Thanks, Pete.

dj-foxxy commented 9 years ago

Closing because I've made other changes on the branch.

nguyer commented 9 years ago

Hey sorry I haven't had time to look at this. If you'd like to submit another PR with your newest changes, I'd be happy to look it over.